Niko Strijbol

Results 22 comments of Niko Strijbol

You can do this using default eloquent functions. Retrieve all permissions by doing: ``` php $role = Role::find(1); $permissions = $role->permissions; ``` You can use the find method to see...

I would like this to be re-opened, since it is still relevant. I still can't inject another language into an Elixir string (for example SQL in a migration in `execute("SELECT...

On what device and browser are you testing? If you wait until the page has loaded, the menu works fine, without delay at all on my phone.

Maybe we could introduce a toolbar, similar to the one on [Github](https://github.com/github/markdown-toolbar-element)? Another button we could add is a copy the line on which the annotation is added into the...

> What is the advantage of standardjs? Since we're already using eslint can't we just use that for formatting? In fact, that's what I'm doing in vscode. If ESLint is...

ESLint does seem to have rules for those things, e.g. https://eslint.org/docs/rules/space-infix-ops and https://eslint.org/docs/rules/space-in-parens. Maybe it's as simple as enabling more rules then?

Relevant: https://eslint.org/blog/2023/10/deprecating-formatting-rules/

Looking at some of the [other names](https://github.com/asciidoctor/asciidoctor/blob/main/data/locale/attributes-en.adoc), perhaps something along the lines of `footnote-tooltip`?

Anyone have a workaround for when you depend on another workspace package?