-
# Bug report
## Describe the bug
Reproduction: [codesandbox.io/s/muddy-cookies-9jr6z?file=/pages/index.js](https://codesandbox.io/s/muddy-cookies-9jr6z?file=/pages/index.js)
After upgradi…
-
## Feature request
Would love it if there was a way of removing extra spacing in strings, for example (with * representing space):
`Bob**Smith` => `Bob Smith` (Two spaces between bob and smith …
-
Loose equality checking does not currently work with functions:
``` js
expect(function() {}).to.eql(function() {}); // throws
```
We could use the `toString` method of the function to check for equa…
-
When transforming an svg to use in my header it works correctly on mobile but gives me this error on web
```
InvalidCharacterError: Failed to execute 'createElement' on 'Document': The tag name prov…
-
With warnings in particular (but potentially also with errors), it may be preferable to emit a diagnostic *then continue generating macro output*.
Until we get better support for proc-macro errors …
-
**Is your feature request related to a problem? Please describe.**
I am using https://github.com/0no-co/gql.tada which introduces an `@_unmask` directive which isn't in my actual schema. I can't us…
-
The function `g_value_transform` doesn't seem to work for numeric values. This effects the function `*TextBuffer.CreateTag` in `gtk`.
I fixed this for integer values not equal to zero like this. In…
pebbe updated
6 years ago
-
### Terrain3D version
v0.9.0
### System information
Godot v4.2.1 - Windows 10, Forward+/Vulkan GTX 1060 6GB
### Is the issue reproducable in the demo?
Not applicable
### Issue descri…
-
This could well be the best React developer experience out there:
- static typing
- hot reloading using the latest React Transform
One thing that would be awesome would be to include the Redux Devto…
-
I have a component like this:
```
class MyComponent extends React.Component {
static getStores() {
return [MyStore];
}
static calculateState(prevState:State, props:Props):State {…