danny

Results 12 issues of danny

Is there a way to add a "one to zero or one" relationship at the moment? It seems like the not null constraint is added automatically and there seems no...

``` typescript const db = new Database(new MySQLConnector({...})); class Family extends Model { static table = 'families'; static fields = { id: { type: DataTypes.INTEGER, primaryKey: true, autoIncrement: true },...

![image](https://user-images.githubusercontent.com/1730282/90869288-4cb9ca80-e398-11ea-8982-8d52b3c233da.png) I am using sway on Linux with an intel graphics card. When I use wterm as is my cursor is extremely wide and offset from where I am typing...

AbeCMS version: 5.10.2 NodeJS version: 18.2.0 OS: Windows Currently running `abe init` results in an error. It seems like the inquirer package is no longer a CommonJS module, resulting in...

The frontend looks awesome already. I have used Reddit old for many years and the experience feels similar. One thing I am missing (and I have yet to find a...

### Steps to reproduce Put in any item in the public directory and see that it does get copied over when running farm build but not when running farm watch...

enhancement
pr welcome

### Steps to reproduce Create a default farm project. Build the project. The HTML suddenly has multiple script tags with data-farm-entry-script="true". ### Reproduce link _No response_ ### What is actually...

I know Reka is a state manager and this isn't fully related, but there seems to be enough overlap. In some way, hovering over an element on the site selects...

In the Getting Started page in the Mutating the state chapter, there is a type error. ![afbeelding](https://github.com/user-attachments/assets/89642dfc-7772-4826-be3f-90738765eca4) This gives the type error: `Property 'children' does not exist on type 'Template'.`

Hey prevwong, The examples and guides are nice to get started. One thing that seemingly is missing is documentation about slots. It seems, looking at the example AST on the...