-
-
First of all sick proposal 👏👏👏, just thought I would suggest some gas optimizations.
1) These custom errors aren't really needed, and increase gas since an unnecessary conditional check is needed t…
-
While loading a custom txt file, but formatted in C programming language, spaces like 'new line' and 'tabs' are not calculated properly and will not work normally.
-
We are looking to support custom errors as supplied by the swagger file. Right now AutoREST is simply expecting a `code` and `message` at the top level of any error response, else it will ignore any …
-
### Description
**Issue Description:**
After using a custom script ([link](https://gist.github.com/jastlw/f9127a431eb035c44eefa0f9929727eb)), Windows 11 Business 24H2 (26100.23.0) no longer synchr…
-
We return golang errors to users in some of the error paths in our code, largely in functions defined inside `eval.go`.
This is undesirable. We should only be returning custom error messages that a…
-
Currently, errors are return as a `error`. For example, `fasta.Reader` can return an IO error, a badly formed line, or a badly formed header. The error string is sufficient for a human to recognize w…
-
## Overview
The custom line items should parse into well-formed inline XBRL, which should then show correctly in the interactive viewer. However, there are some issues with the custom line items (a…
-
After compiling the "simple" example, custom.so is properly created:
Makefile custom_op.h custom_op_cpu.h custom_op_gpu.cu custom_op_gpu.o
custom.so custom_op_cpu.cpp custom_op_cpu.o …
-
# Steps to reproduce
- make an extension that adds errors and warnings to the error pane using new ConsistencyError
- try to sort the error pane on error code
- you wil get a error message popup
…