-
Trying to add triple curly braces to be able to escape html content, but prettier's glimmer formatter keeps removing the third brace if it's inside an html element.
`onlyIf` is a custom helper I a…
-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…
-
Hello Andy!
a) Having the intention to create some desktop apps
b) being a Ruby developer, decided to use Ruby for that (because why not)
I found Glimmer and gladly started to use it for my pro…
-
Just filing it since even though this library doesn't seem to see a lot of activity lately.
Script:
``` python
#!/usr/bin/env python
import sys
from BCBio import GFF
from Bio import SeqIO
seq_dict …
-
Hey there libui-folks,
If you look at rubygems.org for libui, you get to the documentation entry, and then a link towards,
for instance, this website:
https://www.rubydoc.info/gems/libui/0.1.2/…
-
## when setting an icon the exe gets an icon only i get an opcode error, without the icon it works just fine.
When building a app like so on windows 11
```ps1
bundle exec ocran `
--windows …
-
**_Feature request: When exporting a model, I'd like the option to re-generate whatever file or parameter causes the issue described below._**
When swapping the face models for party members, their…
-
That is, doing:
```hbs
```
Leads to:
```
Error: You attempted to access the 'element' property on a Glimmer Component, but that property does not exist in Ember.js applications, it only e…
-
I'm getting the following error when running in fastboot.
My Error:
```
window.addEventListener is not a function
TypeError: window.addEventListener is not a function
at eval (webpack://__e…
-
given:
```js
import Component, { hbs } from '@glimmerx/component';
import HelloWorld from './components/HelloWorld.hbs';
export default class App extends Component {
static template = h…