Naitik Shah

Results 19 comments of Naitik Shah

Removing `svelte` from `package.json` works for me as well, but the build setup from https://github.com/devrnt/component-template doesn't seem to output typings? @devrnt am I using it wrong? My current best guess...

@devrnt I managed to get types outputted, but not for the `.svelte` files. Seems like that's a known limitation for now?

For **non** `.svelte` files I added this to get types: ``` typescript({ declaration: true, declarationDir: 'dist/types', rootDir: 'src' }), ```

> That's probably true but I wonder if that can be optimized by the compiler? I'm not sure how strong it can get smiley because `SimpleElement` output should be kinda...

> Ah, that sums it up smile basically inlining `SimpleElement`, no? I think it can be good :smile: Yes, basically! > But if that's too difficult and harder to test,...

> I would also suggest thinking about something which is less real-time so more people around the world can join the "meaningful" conversations and have more context. I'm GMT+02, I...

This would be pretty awesome, because it would allow hyphens as well as asterisk in the names allowing for more clojuresque names like `user-images` or `user-id`.

Any chance of getting this into a release? Being able to use the current version of girouette would be nice.

This is the relevant code: ```clojure (defn- deploy-and-email [release {:keys [retry-delay-ms send-email port-current] :as opts}] (try (with-retry {:retry-on IllegalArgumentException :delay-ms retry-delay-ms :max-retries 3 :on-retry (fn [_result ex] (m/inc m-deploy-retry) (when-not...

A new release would be wonderful since it "just works" with the current iOS and hardware.