Vojtech Rinik
Vojtech Rinik
Is there any way to add custom drawing to the chart? eg. I would like similar functionality to this - but a little different, I want different background color for...
Hello! Thanks for trying out Atmos2. Deleting is not implemented yet, here's one thing you can do: ``` Atmos.res.execute {method: "delete", path: "/items/#{@item.id}"}, (res) => @item.destroy() ``` Of course it's...
This would be very nice! Both Microsoft Excel and Apple Numbers select cells on mouse down.
Experiencing same issue. I have a JS snippet with trigger `log`, which will expand into `console.log(...)`. Now if I type `log`, TabNine gives me suggestions, and when I press Tab,...
Hello, I'm working with @ocavue and @maccman. > After looking into your reproduction a bit closer, it seems the Javascript Heap memory usage is not the merit, somehow "page" uses...
It sounds like @yolpsoftware suggestion applies only to React Native. I'm not clear on why you would even need that - wouldn't you just use react-native-firebase instead of the web...
I'm currently at 5s. It's really frustrating. How is everybody esle dealing with this?
It shouldn't be that hard to implement. Just need to somehow hook into Webpack's incremental building (what happens when you run --watch). I'll give it a try when I find...
I had the same issue with React. This was my code: ```jsx ``` After running `svgAsPngUri`, I noticed that the library added another `href` attributed, which contained my image as...