-
The copied code is not valid as it does not substitute `data`.
E.g.: run app below, and try to run copied code.
```r
library(shiny)
library(blockr)
new_blk
-
Deploy:
- [x] generated dataclass for http config
- [ ] ~~generated dataclass for schema~~
- [ ] ~~UI that follows the schema structure to validate and visualize the data~~
- [ ] Unit tests (if ev…
-
OK so this seems to be an issue when using SVGs inline
-
I can't actually provide a reproducer - the one I have is with production data and I haven't been able to narrow it down. But I do have *some* info.
For context, I'm getting this when running the […
-
For the below sample source file - the assembly code generated is incorrect.
Sample.c:
```
struct sample {
struct sample *next;
char a;
};
char function (char);
void test(void);
…
-
Hi,
Thanks for sharing CVXPYGEN. I am able to install the same and generate code seamlessly on my Laptop. I am having a doubt regarding its architecture specific compilation and portability in l…
-
For example, for this auto generated function ([code link](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration/azure/appconfiguration/_generated/_serial…
-
### Description
Remove the generated code here https://github.com/facebookincubator/velox/tree/main/velox/dwio/parquet/writer/arrow/generated in favor of
https://github.com/facebookincubator/velox/t…
-
**Describe the bug**
Translation inputs with keys that are reserved [Dart keywords](https://dart.dev/language/keywords) generate invalid Dart code.
build.yaml:
```yaml
targets:
$default:
…
-
### Describe the bug
Hello,
I am running Cython 3.0.11 with gcc 7.5.0. When I compile attached minimal example I see the following issue with C compiler:
```
src/chunksize/my.c: In funct…