Philippe

Results 38 comments of Philippe

I have implemented File-Based Routing through Import Globs, I'm thinking of making or using a Vite API plugin to create the APIs. In the meantime that I did that, I...

> So, what is a VPS used for? There are many different applications for [VPS hosting](https://infotera.co/blog/how-to-connect-to-a-vps/), and we'll explore some of the most common uses below. By VPS I mean...

After some digging, ignoring the index html throws makes the development environment run without the islands with no errors at all. Not even lagoons are working, which is not something...

To be honest hono.dev seems like a really good alternative to VPS. I'm not really interested in Streaming currently as my focus is in SSG and not SSR. I'm really...

I've been currently studying the Vite-plugin-ssr source code and @brillout is really trying to turn it into a way to create Meta-Frameworks through Vike. I'm going to attempt integrating a...

Quando olhei o tanto de arquivos no projeto já percebi que era baseado em Regex. Se você não quiser obrigatoriamente fazer um Parser, um Lexer e Tokenizer simples já resolveriam...

> > One question: do you have an estimated date for the attention of this issue? > > Whenever somebody volunteers to maintain new packages or rewrite the dependency code...

After looking on it for a while, url-regex-safe doesn't seem to be a good option as it uses node-re2 (A node-gyp wrapper for Google re2). Would be nice if someone...