Seba

Results 20 comments of Seba

I came across this option reading all the `CMAKE` options and trying to compile MapCache with MapServer. I don't understand why they are not compatible between them and also the...

my setup works OK with `~` and `@` I use a `jsconfig.json` in the root. ``` { "compilerOptions": { "baseUrl": ".", "paths": { "~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*":...

> I'm trying to create a simple mdx documentation with 2 components but I didn't work with the given examples in documentation. It works with React Components in an React...

I finally switched to yarn and deleted .nuxt + nod_modules and seems to work now, though a lot of styles seem to be broken even though I don't use deprecated...

hey @mclarke47 just a heads up that I can make changes till Tuesday morning, then I'll not be available till the end of the month, around the 28th.

interesting, I didn't realize this was due to the new BE and the tech docs search, it started when I upgraded Backstage and switched 90% of the plugins to the...

hey @Rugvip @mclarke47 I committed a new change, let me know what you think about it :) I haven't implemented the i18n because I completely refactor the logic, instead of...

hey @Rugvip @mclarke47 @camilaibs can I get another review, please?

> It seems we haven't used i18n for the button text as discussed? can you point me to some examples? I added `plugins/kubernetes-react/src/translation.ts` that is called inside `PodDeleteButton.tsx` I can...