Alfred Yrelin
Alfred Yrelin
@AieraFlyyyy I am not that sure but this is what I did to add the image to the editor state: ``` const entityKey = Entity.create('image', 'IMMUTABLE', { src }); const...
Hi! Any progress on this? Just in case someone has issues with creating a striped pattern with this, I went with an alternative approach of using polygons instead of rotation:...
Any progress? I experience the same thing
I got nil as uid in the response when using this gem. Turns out I had to add the github reference in my Gemfile to make it work: ```gem 'omniauth-slack',...
@dkniffin Yes, it looks like that. I really just wanted to leave the solution here if anyone else was wondering.
I have a similar issue, in general the position is accurate but once in a while one point is a few hundred meters away from the real path. This seems...
I had the same issue. I found out two different issues that caused this. As mentioned above by @Salinn one should not write ``` component={() => } ``` but instead:...