-
# Describe the bug
The `metaschema.xsd` file defines a number of types for Metaschema.
The `GlobalFieldDefinitionType` has the following definition:
```xml
In JSON, an object…
-
So I’m very close to my breaking point with this entire project, I’ve spent over a week now getting everything working, from the compiler integration, source mapping, debugging, and now actually deser…
-
I've seen in issue #115 that this was already debated and fixed in a previous version.
Nevertheless an issue was introduced along the way that prevents the reading of schemas with decimals without sc…
-
I'm not sure if this is a bug, or some problem with my NextJS environment, but in Next 14, I could pass domNode from within the replace() function to other server components, and keep my react customi…
-
This started in https://github.com/bytecodealliance/go-modules/pull/225
Goal: JSON Serialize / Deserialize WIT Records based on WIT field names.
## Progress
- [ ] List
- [ ] Tuples
- [ ] Re…
-
### Background and motivation
Today there is no quick way to create a `JsonElement` instance from a JSON string. The nearest alternative is using the `JsonDocument.Parse` method:
```C#
JsonElement el…
-
Hey, since 0.7.22 it seems the "type": "magento-module" entry and magento installer requirements have been dropped from the composer.json, what's the reasoning behind this? We can no longer use the co…
-
Ich habe aktuell Probleme, dass Einstellungen nicht dauerhaft gespeichert werden.
Versucht wurde schon die Version von 4.1.1 bis 4.1.3 wobei es bei allen gleich ist.
Auch die Browser (Firefox, S…
-
### What version of Bun is running?
1.1.33
### What platform is your computer?
macos
### What steps can reproduce the bug?
```
function First() => second
const element =
console.log(JSON.stringi…
-
### Environment
latest nuxt
### Reproduction
```
async function getRouteMeta(contents, absolutePath) {
if (!(absolutePath in pageContentsCache) || pageContentsCache[absolutePath] !== contents) {
…