Benjamin Preiss

Results 30 comments of Benjamin Preiss
trafficstars

I have started with translating but made close to no progress - but I also have very little experience with sql

@ssclift Thanks mate, how do you clean out the meta-data?

Wow, thank you so much! Will try and get back to you!

@ssclift Sadly, it didn't work :( Same folders and mails missing, exactly the same output as before... I wonder whether directly syncing from imap to imap would do the trick?...

I am experiencing the same issue, although I have no working browser (tested Safari, Chrome and Firefox). In my case, no cookies are set. I am selfhosting on https with...

@levino Yes, there is... I implemented a plugin that does so already. https://github.com/frontline-hq/recma-sections

https://github.com/tailwindlabs/tailwindcss/discussions/12892

The same happens with the `safelist` property - it is simply overwritten by the array present in the config. I think it should be possible to extend the safelist from...

> As suggested it would be if `compileAst` would be called by `compile` if that doesn't result in more complex code. > > Since there's no previous issue for this:...

One way to achieve printing the AST would be to write code generators for all of these types: https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/compiler/types/template.d.ts And then use these generators in https://github.com/davidbonnet/astring?tab=readme-ov-file#extending #### Edit: Maybe a...