Fabian Gündel

Results 5 issues of Fabian Gündel

**Describe the bug** The value of `` is not updated when a valid date is changed to an invalid one. This can cause a form to submit with the former...

**Describe the bug** Currently `@duetds/date-picker` does not work with Rollup (or I didn't get it to). The problem appears to be a dynamic import statement with a template string: ```js...

documentation
good first issue

This is a fix for a regression introduced in 3405abbd0a8ec1de35aa63d0e90126beb5d07b44. I went through the code and noticed that in commit 3405abbd0a8ec1de35aa63d0e90126beb5d07b44 the file [`structure-representation.ts`](https://github.com/nglviewer/ngl/commit/3405abbd0a8ec1de35aa63d0e90126beb5d07b44#diff-09bd4aa7341d7b6b788671287da35019dd485d4d6849f6eb0c91da2553523bf1) was changed. Even though the commit...

I noticed while using `ngl` in a Typescript project, that the Typescript compiler couldn't find `ngl`s types. After some digging I noticed that the `ngl.d.ts` file was correctly referenced in...

### Current Behavior In my project I'm loading SVGs from `./dist/svg/*` and style them by using the `ionicon` class on the `svg` tag. This worked fine until `[email protected]` but `[email protected]`...

triage