miguelrk

Results 34 issues of miguelrk

Hello everybody! Been using this library with great pleasure in my Vue 2.0 project. Like surely many, I am planning on updating to Vue 3.0 now that the ecosystem is...

Hey! First of all thanks for open-sourcing the Copenhagen editor, the web was in need of a lightweight alternative to Monaco and Copenhaguen just works great! I believe that a...

Hello! Can this library be used on Deno Deploy? I have tried importing it with https://esm.sh/ to no success. Any pointers are greatly appreciated!

Change the tab name from "Virtual Thing" to "Simulator"

enhancement
prio:low

**Problem** Switching between TDs/SDs/Folders is somewhat cumbersome for the users, as he must save before switch, or all edits (e.g. in editor) will be lost. **Solution** A dynamically tabbed interface...

enhancement
prio:low

Fresh currently supports file-based routing, and in a more general sense, has the following "special" folders: - `components/` - `islands/` - `routes/` Continuing with this pattern, aren't we missing a...

**TLDR:** currently, nested/dotted query support is only possible by explicitly listing the nested paths in the `QuerySchema`, the `querySyntax()` utility could handle this automatically when being passed object/array fields. For...

Feature
Schema

Is there a way to use the [`softDelete`](https://hooks-common.feathersjs.com/hooks.html#softdelete) hook for batch requests? I found out deleting multiple records at once via batch remove does nothing, the workaround is simply making...

### Description ### Linked Issues ### Additional context

**TLDR**: enabling CSR mode will significantly slow-down hydration due primarily to the `presetUno` preset included by the `presetNetzo` preset (same goes for `presetMini()`). At first is was though that this...

priority: low
type: enhancement