Christopher Cadieux

Results 9 issues of Christopher Cadieux

Will this library get an update with the new icons like admin_panel_settings ? https://material.io/resources/icons/?icon=admin_panel_settings&style=baseline

Using this example from README.md results in `error Unexpected token ParseError` ``` module.exports = { // ... parserOptions: { // add these parser options tsconfigRootDir: __dirname, project: ['./tsconfig.json'], extraFileExtensions: ['.svelte'],...

I tried implement the pattern from this library but using https://github.com/sveltejs/template I did this because I wanted typescript and a dev server while developing the component. I kept getting this...

How do you control the speed of the animation programatically? If not currently possible can this feature be added?

We had similar requirements. * Devops wanted a per environment config. * Build once for all environments. * Prevent people checking in passwords and secrets. We ended up using APP_INITIALIZER...

Having permission_handler as part of this library makes it hard to use. We use permission_handler in our app so now if we want to update permission_handler we need to use...

feature

The dream app js full course requires dall-e to create images. This is no longer available with free credits as of April 6, 2023. https://help.openai.com/en/articles/6399305-how-dall-e-credits-work The npm package api has...

https://github.com/fireship-io/fireship.io/blob/master/content/courses/js/102-optional-chaining.md This line doesn't seem related to the rest of the example or something is missing. ``` console.log(foo); // Uncaught TypeError: Cannot read property 'bar' of undefined ```

The current docs aren't very detailed about what withCredentials does. When we had this issue it was very hard to find what we needed to do. If the details are...