Enteleform
Enteleform
> The simplest way to address the problem is to use [zero-width joiner character](https://en.wikipedia.org/wiki/Zero-width_joiner): ‍ Just making an argument against this issue potentially being closed as `Has Workaround` due to...
Awesome, seems like a good amount of the required functionality already exists. Here are some of my thoughts & expectations as a frequent user of many apps: - The segment...
I ended up updating the script to generate the CSV for a year, starting from the current date. I initially wanted to preserve the `Edit Recurring Event` functionality of Google...
> I agree that we need an intuitive way to edit the text (or other props, color?) of a single segment, however I am not sure if double click is...
> I spent some time and made a little consept sketch of a line view. Looks good! > I also really want to implement user accounts in Napchart where...
I'd like to update the code to implement the iCal exporting. The original intent of the code I posted was to be a paste-and-run DevTools script. I didn't anticipate that...
I agree with your points about the direction of the app. 👍 It might also be useful to provide some sort of compatibility with existing calendars. An example: You subscribe...
I think I managed to resolve the `node-sass` issue by installing some [**build tools**](https://github.com/nodejs/node-gyp#on-windows)  I can't figure out how to access the app though. Tried `localhost:3000`, but no luck.
Just tried `node server/server` & `nodemon --watch server server/server`, both result in the following error: ``` No SERVER_URI env present internal/modules/cjs/loader.js:718 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: The specified procedure could...
Just tried out the `v8` branch. Made it further than before (localhost:3000 is accessible), but got the following error: ``` Failed to compile ./src/components/Editor/Chart.jsx Module not found: Can't resolve '../../draw'...