-
This is a known byproduct of putting all the glimmer docs in one code comment. Perhaps we can write something that will include them in search anyway.
For example, if you search for constructor, it…
-
## 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 …
-
**Which operating system and version is the project developed on?**
Mac OS 10.13
**Which version of [`ruby`](https://www.ruby-lang.org/) is the project developed on?**
2.4.2
**Which version of [`…
-
Given a template only component (enabled using optional features `template-only-glimmer-components`), since version 1.1.8 it does not render anymore. Prior version did work fine (1.1.7).
Error:
`…
-
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…
-
Today I was trying out glimmer-native and could not get HMR running. I found out that Vue are reporting similar issues. I will reference to the issues per framework. Those issues themselves have perfe…
-
I would like to propose a new feature: to allow Prokka to be called with the output of Glimmer.
This would cause the Prodigal step to be skipped. Instead, the Glimmer output file would be parsed acco…
-
```
Module not found: Error: Can't resolve 'ember-source/@glimmer/util.js' in '/node_modules/@glimmer/syntax/dist/modules/es2017/lib/parser.js'
```
Versions:
```
"@glimmer/syntax": "^0.79.0…
-
From the readme:
```
import { menu } from 'ember-aria-voyager';
```
If a menu tag is used in the same component:
```gts
```
the following runtime error pops up:
```
Error: Attempted…
-
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 …