-
see working implementation here:
https://github.com/nitsanavni/katas/tree/main/approvals-cli
and some example usages here:
https://github.com/nitsanavni/katas/blob/main/approvals-cli-from-ts/test…
-
Hi everybody,
There were some discussions at #694 with regard to ideas of a possible future major release. GitHub discussions are not too good for these discussions so I decided to open this issue …
-
```
define i32 @main(i32 %0, ptr %1, ptr %2) #0 !pc !11 {
%4 = call ptr @llvm.addressofreturnaddress.p0(), !pc !12
%5 = load i64, ptr @__anvill_stack_0, align 8, !pc !12
%6 = call i64 @fizz_…
-
Hello, how should I go about using forms and inputs in the storybook? using the `Phoenix.HTML.Form` struct directly causes browser errors which are not likely to be very useful to share.
```
Uncau…
-
# Random Name Picker for GitHub prize draw at DDD Brisbane 2022!
![banner-code-graph](https://user-images.githubusercontent.com/36594527/205007944-531bd076-1b9b-4f9b-b0eb-ddf284e2d243.png…
-
## System Information
### V doctor
```bash
OS: linux, "Manjaro Linux"
Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
CC version: cc (GCC) 11.1.0
getwd: /ho…
-
On the Discord server we have started accumulating snippets to demonstrate the language. I believe the simpler ones could be uploaded here to provide more code samples for newcomers.
-
```sh
#!/usr/bin/env bash
BIN=$1
python3 -m anvill --bin_in "${BIN}" --spec_out "${BIN}.spec.json" && \
anvill-decompile-json -spec "${BIN}.spec.json" -bc_out "${BIN}.bc" && \
rellic-decomp -…
-
Is there a way to set the cookie-consent cookie on the root domain? e.g. `*.mydomain.com` I have a wildcard subdomain and right now the consent cookie includes the subdomain, making the consent banne…
-
### Environment
**Vuetify Version:** 3.0.0-beta.10
**Vue Version:** 3.2.38
**Browsers:** Chrome 105.0.0.0
**OS:** Windows 10
### Steps to reproduce
Try to use blank string `v-model` value and …