-
The sample in doc/schat.mo seems to contain invalid syntax:
https://github.com/dfinity/motoko/blob/c563f31ddea97e033748860f81c66997149cac55/doc/schat.mo#L14
dfx build output:
```
main.mo:14.27…
-
Apologies for any meandering in this issue; I ended up figuring out a bunch of this while writing it.
`verificationMethods` as used for ATProto is defined here:
https://github.com/did-method-plc/d…
str4d updated
1 month ago
-
### Description
When using FilePicker on iOS you are able to select *.js files after passing in public.plain-text as a filter.
### Steps to Reproduce
1. Add a FilePicker to your application
2. Cr…
-
I think it's related to "S.merge" accepting only plain object schemas (e.g no unions, no primitives):
```
const integerSchema = S.refine(S.number, (value, s) => {
if (value % 1 !== 0) {
th…
-
[Proposal README](https://github.com/tc39/proposal-json-parse-with-source/)
[Proposal rendered spec](https://tc39.es/proposal-json-parse-with-source/)
For testing the tests, the proposal is shipped i…
-
The `int_*()` used to work with data frames, this changed with #435 where we turned them into methods for `bootstraps` objects. Let's update the documentation to reflect that and update/remove these t…
-
# Conditional Type Narrowing
#56941
* Today, we check an expression like
```ts
arg === 1 ? "someString" : 37
```
by getting the type of both branches and unioning them - and we can't make…
-
I'm having a problem with my canon scanners in using SDK. When I scan an A4 paper it cuts of the first ( or last ) 1cm of the page.
the same problem like:
[https://gitlab.com/sane-project/backends/…
-
https://stackoverflow.com/questions/7750399/how-to-encode-json-embedded-within-json
Like `"abi": "[{\"constant\":false,\"inputs\":[{\"name\":\"receiver\",\"type\":\"address\"},{\"name\":\"amount\",…
ghost updated
7 years ago
-
In doing some work on a test framework to read and create Okta user profiles I looked at the read me and found the following issues in the below
https://github.com/okta/okta-powershell-cli/blob/f78b2…