-
If you pass a texture spec with name set to
"CTIm"
then the tuple inside of the tupleVectorData= should also be the same
("CTIm", voxelData)
-
[latest.log](https://github.com/user-attachments/files/17606467/latest.log)
Error: NullPointerException during villager trade registration.
Impact: Issues with custom villager trades causing null …
-
Error thrown in custom middleware are not caught or handled by the provided error handler
## Sorting
- **I'm submitting a ...**
- [x] bug report
- [ ] feature request
- [x] support re…
-
When setting a custom noncommutation matrix, and using NPA level 2 or local-level-1, or physical1, InflationSDP throws an assertion error of duplicate monomials after symetrization. (Only occurs with …
-
Hi,
I'm trying to add newer versions of operating systems to a custom field named OS. I have a custom field Title OS, Description: Operating Systems" and inside the "Field Type" I had the following:
…
-
I wanted to ask- is there a way to create a custom validator that would return a `Vec` or `ValidationErrors`?
My use case is, I have a json structure as part of another struct. In a custom validato…
-
First @roberodin - I know developing these custom components is not easy so thank you for your efforts.
I am having the issues with this customer component with the errors listed in the log below.…
-
Perhaps we should introduce some custom type errors.
For example, instead of this
ghci> getFieldI @"foo" (addFieldI @"bar" (5::Int) unit)
:15:1: error:
* No instance for (Key…
-
When trying to use a custom component, one can trying passing a string or a whole component.
### String
Does not seem to be a common pattern for passing a component
```js
```
#### Problems
* D…
-
Having a scheme:
```
class Long(Scalar):
@classmethod
def parse(cls, value: typing.Any) -> int:
return int(value)
@classmethod
def serialize(cls, value: typing.Any) ->…