Rik

Results 14 issues of Rik

Regex pattern matching could useful for routes. It was mentioned here https://github.com/EmilTholin/svelte-routing/issues/76#issuecomment-596256180 Basically its possible to make catch-all parent module and do regex matching by hand like ``` App.svelte Parent.svelte...

If affix is set in Nuxt layout then affix element works only on first render. When navigation goes to other nuxt page and going back makes affix not work. ```...

## 🐛 Bug Report I cloned latest mysql repo and followed this https://devcenter.heroku.com/articles/container-registry-and-runtime instructions to deploy it to Heroku. But then when i try to run any command inside an...

bug

How about showing errors in response besides 404 at https://jsonplaceholder.typicode.com/? There might be a variable like `showError=401` (or any other error) that would force jsonplaceholder to show it in response.

I'm loading whole app into Cypress. I route pages of app with `url` prop for example: ``` it('Homepage', () => { mount(App, { props: { url: '/', }, }, {...

I would like your opinion on this. Basically this version (SvelteKit) fetches all data through own server. Previous version (Svelte) was fetching directly from productionready.io api server on client side....

### Describe the bug If there are too many calls to a function, Epiphany (Gnu Web - Webkit) browser crashes. Chrome and Firefox work ok. I'm starting browser with `cairo`...

browser specific

I get `SSL_ERROR_NO_CYPHER_OVERLAP` when i try to load documentation site (https://astro-auth.weoffersolution.com/) I have latest firefox (107.0) on Ubuntu 20. Tried few suggested work arounds but problem stays. It seems to...

I basically do this: ``` import { createClient } from "@libsql/client"; const client = createClient({ url: "file:local.db", }); await client.batch( [ "CREATE TABLE IF NOT EXISTS users (email TEXT)" ],...

I'm seeking a cloud host for NSFW.js and wonder if Cloudflare Workers can do it. Can anyone share some experience?