Patrik Šimunič

Results 15 comments of Patrik Šimunič

@aguilaair No problem, as long as software will exist, bugs will too 😄 Sorry for the delay - I've been waiting until I'll have time to intentionally crash my laptop...

@leoafarias I've actually installed Sidekick with installer from latest .dmg release, but as soon as I'll have a few minutes, I'll try to build from source and let you know...

@gilbertw1 Do I understand it correctly that you did not intent this behaviour? I have had to be doing things like this for months:

To add 1 more perplexing fact (as with regard to the minimal reproducible example): I've added console.log to the middleware to see when it's invoked (and with what url). If...

@nir099 No, it doesn't... I've tried it and when you clone my bug reproduction, you can see that `localhost:3000` falls to 404 and so does `localhost:3000/index`. Even _if_ it indeed...

Alright, I'm one step closer, but still with no solution in sight. The 404 is gone if I create an `index` page at the utmost top-level of pages (`pages/index`) and...

Alright, issue solved. The problem is that **the official matcher for multi-tenant** application is absolutely incompatible with the very presence of `i18n` config in `next.config.js` file. You need to either...

@busterc Niche little library you got here! Thank you 😊 But this error is a problem so I ended up just copy/pasting your implementation.. To anyone who can do without...

@hampustagerud you're my hero! 😄 that works, thanks.. all those hours I spent closing and reopening a browser and all it takes is pause/play the video 😅 (...guess I should...

**Update:** fixed incorrectly generated `Context` fields type (switched `i32` for `usize`) as per suggestion in an open PR: https://github.com/CurrySoftware/rust-stemmers/pull/20