Adam Sparks
Adam Sparks
Been thinking about using Gun in production for a project. Is this still an issue with the latest version?
Been thinking about using Gun in production for a project. Is this still an issue with the latest version?
@clibu to add to your comment, I had some minor successes back in 2017 with gun but I've found some major breaking bugs and opened issues that just sit open...
I was able to get the library to work with sveltekit by disabling ssr, I do still occasionally get this error message though > Note: this only works on routes...
that sounds like it is trying to call some fusioncharts code on the server and it's failing because "document" doesn't exist. I just realized I forgot to mention that using...
yeah, it looks like you need to use the dynamic import, something like this ``` import { onMount } from 'svelte'; let MyComponent; onMount(async () => { const module =...
Sorry, I didn't see the reply until you closed it. https://getbootstrap.com/docs/4.0/components/collapse/ bootstrap's collapse class hides content where as your collapse class shows content. The conflict is the fieldsets classes in...
just ran into this, the error is very vague as well Argument where of type WhereUniqueInput needs at least one argument. Available args are listed in green. ...what?
I just had a similar thought, it would be really cool if there was a supplemental package that took the arc second parser and created a language server from it....
In the same way there could be supplemental packages for other editors something like @arcsecondjs/manaco etc