Augustin C.

Results 25 comments of Augustin C.

Thanks @arose and @fredludlow ! I had a confirmation from my "chief scientific officer" : the ribbon oval orientation is dependent of both the backbone *and* secondary structures. Knowing this,...

I'm wondering if what I learnt today could be put somewhere here, or it's maybe common sense for biology/chemistry aware people. Anyway, you can close the issue as you wish.

Seems a good (an hopefully easy) way for me to try a first contrib !

We currently achieve that in `hooks.ts` and a load function in the topmost `__layout.svelte` file. I would also add that it can depend on the authentication/authorization flow used. On our...

To give some use-case info for the topic, and eventually to help others, here how we're currently doing it. _note: we just had migrated to svelteKit >v406 (v429 right now)._...

I dare adding another example : With svgo only : ```svg ``` With svgood (https://github.com/BrentonWheeler/svgood) + svgo ```svg ```

Same issue here. I did try patching fontmin using https://github.com/ecomfe/fontmin/pull/45, same problem. I suspect a problem in fonteditor-core (see https://github.com/kekee000/fonteditor-core/issues/7 created by @grumpy ) context : using fontmin to subset...

We face the same kind of issue (we can build on various systems, but deploy on linux). For our main DB we use prisma (because of the ORM and the...

TLDR: - use `onMount()` to dynamically import your component containing your `svelte-leaflet` related code - use `{#if browser}` to condition the rendering when in browser. ``` import { browser }...

Would close: - it's been a long time - it works perfectly with sveltekit (from early beta to the latest v2) - the message `JSX element class does not support...