silllli

Results 34 comments of silllli

I just changed the order (delete the object first, then drop the schema) of the lines to test it: now when deleting the tenant using the shell and `tenant_context()` the...

I guess this happens because the config variable has not been defined at the point when you call `ftp.create`. You can check this by calling `console.log(connection)` after its definition and...

I think adjusting the available buttons (that appear when selecting text) and disabling them should also be possible.

I would also appreciate the possibility to define a callback when opting-out. I’m not sure if I have the resources to implement it myself at the moment though. Have you...

I encountered the same problem now. I have a page titled “Index” and it should be accessible via an `/index` route. So I created a `routes/index/` directory containing an `index.svelte`...

New project, same problem. The solution for the last project was a language identifier at the base of each route (e. g. `en/index`), which needed to be added anyways and...

What’s the status on this?

Is this the same issue / reason why slot props apparently aren't passed from layout files to components? As mentioned on Stackoverflow [here](https://stackoverflow.com/questions/59603406/slot-prop-within-layout-svelte-not-passing-prop) and [here](https://stackoverflow.com/questions/58769941/passing-values-from-layout-to-nested-child-routes-in-svelte-sapper).