Josh

Results 11 comments of Josh

I'm having this issue as well using `[email protected]` and it doesn't appear to be related to linting `node_modules`. My script runs `eslint ./src --ext ts,tsx`. The only way to resolve...

~~I've forked this and will maintain `colors` from now on. See #292~~ Edit: @DABH will maintain a fork for this.

Hey @toxicFork, are there plans for allowing multiple ``s in the near future?

@AndrewRayCode could you provide an example?

@gigallo I noticed that you're using Cordova, which uses the Safari webview. File downloading has been notoriously buggy for iOS which is why I put in a hack specifically for...

Datebook v7.1.0 now exports an ESM module which should take care of the issue.

Hi @mark05e - correct, as you point out the argument of `addEvent()` requires an instance of `ICalendar` and not just the config object. But you are correct that the sequence...

hi @ykhan21, I updated the generator and now the `end` param fills in properly. The code for that [can be found here](https://github.com/jshor/datebook/blob/master/docs/.vuepress/components/forms/Recurrence.vue#L223-L225).

I confirmed that running the default Linux pre-built binary on Alpine results in a `SIGSEGV`. However, I was able to get it to work by manually building the symbology package...

As of v3.0.13, Symbology now supports a simple command to rebuild the binary. I've also updated the docs to [clarify why this step may be necessary for Alpine](https://symbology.dev/docs/installation.html#non-ubuntu-linux-distributions). For future...