Lars Karbo
Lars Karbo
This is a great issue, let me break it down into points > Individual Segment Labels This is actuallly supported (in a hidden and unoptimized way). If you start typing...
Nice work! To break it down: > The segment labels would be editable via double-click, which enters into an edit mode. However, being able to just type while they are...
Hmm, I think I will keep the script as is for now. There should be a way to export recurring events. Maybe look into another format like the iCal format?...
Ok, we need to figure out the way this should be. Here are my thoughts: Napchart should be able to export to iCal or csv to be added to a...
As with running Napchart locally, it should work, but probably doesn't because you use windows (and I don't). I am not sure why node-sass doesn't work in Windows, but it...
> I can't figure out how to access the app though. Tried localhost:3000, but no luck. I am in the process of simplifying the dependencies and build process by using...
Ok, so I am in the middle of a process of redesigning the project structure of napchart. I want to make it simpler, and remove all the server/api/db logic from...
My bad! I used a symbolic link there, should be working now 🎉
How does this impact sites like discord specifically? I think you actually are right, it is best practice to include extension in image urls. Will have a look next time...
The Cloudinary image service structures URL's this way: ``` https://res.cloudinary.com//image/upload/. ``` Can probably change the API endpoint to `getImage.png?params`, but we should keep an alias with `getImage?params` to preserve backwards...