Leaftail
Leaftail
[Tool]( https://github.com/leaftail1880/postybirb/blob/0cb68bde7a257521053d458126fc48c66cfc7ab2/tools/generate-icons.ts) to dynamically generate icon list (Change file path according to your needs) All you need beside generated file is `global.d.ts` somewhere with ```ts declare module '@elastic/eui/es/components/icon/*'; ``` And...
Note that the current solution in v3 has a lot of bugs with newline, espectually when converting html into plaintext or custom format
Would take
#249
just found out that new translation messages was not picked up by weblate because `lang/` symlink to `apps/postybirb-ui/lang/` was lost. Initially this was made for convenience (faster access to lang...
@mvdicarlo i dont think thats the option because it may be unsynk and that may cause translation bugs we may not notice. as i understood, postinstall does not runs before...
this bug also occurs on any array methods with callbacks code to test: ```js const array = [0, 1, 2, 3]; // Set breakpoint here array.map((el) => { if (typeof...
@codeBelt @quarrant any updates?
For anyone still searching solution ```ts import { PersistStoreMap, makePersistable } from 'mobx-persist-store' export const makeReloadPersistable: typeof makePersistable = ( object, options ) => { for (const [key, store] of...
Can confirm this happening on prettier v3.2.5, prettier-plugin-jsdoc v1.3.0, typescript v5.4.5, many thanks for boneskull for workaround