- riki's house
 - https://riki.house
 - 
					
login: admin
password: admin -  Joined on 
2024-09-12  
				
				
					Make it possible to write a selection tool
					
					
						
					
				
			
			Thinking about keyboard shortcuts: how do we make pasteImage be triggered by a keyboard shortcut globally?
				
				
					Implement a custom rasterizer instead of using tiny-skia
					
					
						
					
				
			
			Alright, action plan.
I'll be removing all the current render commands and shapes and replacing them with one simple stroke command.
This should be an easy first feature that will allow us…
				
				
					Chunk garbage collection
					
					
						
					
				
			
			Perhaps this could be implemented as part of garbage collection. I wonder how slow it would be to check if a chunk is made out of completely empty pixels.
| operator work with anything other than syntactic calls (in which case it just calls the value)
								
							
				
				
					Alpha blending is not matched between client and server
				
			
			
				
				
					Additional identifier characters (prime 
			' and question mark ? suffixes)
				
			
				
				
					Consider using TypeScript
					
					
						
					
				
			
			Merged from #104
JavaScript is cool and all, but porting the codebase to TypeScript would greatly increase its maintainability.
It wouldn't be a simple task though, requiring us to…
				
				
					Consider porting the frontend codebase to TypeScript