Johan

Results 49 comments of Johan

Hi! Found this issue while searching for something related. I found that this works weirdly: ```js const parsedColor = chroma('#000000AB'); const newParsedColor = parsedColor.set("rgb.r", parsedColor.get("rgb.r") + 10); console.log(newParsedColor.alpha() === parsedColor.alpha())...

This would be a great addition to the UX! Thank you for the suggestion. Not sure when I will find some time to work on this though. ;)

Hi! Thanks for the positive feedback! I'm sorry to hear drag and drop is not working in Safari, but since I don't really own a Mac I won't be able...

@porg @justSunny12 I really wouldn't know what's going wrong here until I have proper debugging information. Could one of you (or anyone else reading this) open the JS console and...

@nick2k3 thanks for checking! I'm not 100% sure what's going on then. Perhaps the easiest way to start debugging is to clear the local storage (or if it's easier to...

Did this only recently start or was this already the case before? Do you have a before/after commit difference? I am kind of aware of the file structure thing, I...

Hi! I started experimenting a little with this, but no real luck yet. I created a branch with some attempts though, feel free to have a look: https://github.com/johman10/flood-for-transmission/tree/investigate-performance-issues. What I...

Yeah, I was considering it, but I would really rather not. It add a whole bunch of complexity on a fairly simple list. Plus Svelte should be fast, I'm probably...

> So instead, there is probably some logic that is faulty, maybe some double iterative list looping or similar. 400 elements even with sub-elements should be fairly simple to render...

> what are config (non server config) that are stored in the browser besides the common paths? i believe currently it is everything under the User Interface menu? Enabled and...