-
Go 1.13 adds the `0o` form for octal numbers: instead of writing `0644` we can write `0o644`. Gofmt is also changing to canonicalize `0O` to `0o`.
We should go one step further and have gofmt canon…
-
```
sensu@host:~$ cat ~/.aws/credentials
[default]
region = eu-west-1
aws_access_key_id = xxxx
aws_secret_access_key = xxxx
sensu@host:~$ /usr/local/bin/check-elb-latency.rb -r eu-west-1
CheckE…
-
Dear maintainers,
I have an application that could be made into a performance benchmark for IntMap.
It is similar to what fgl (functional graph library) does, but for a specific use case.
Source: ht…
-
https://encoding.spec.whatwg.org/commit-snapshots/4d54adce6a871cb03af3a919cbf644a43c22301a/#visualization
> Let index be index Big5 excluding all entries whose pointer is less than \(0xA1 \- 0x81\)…
-
With this schema, which defines an object with a property `test` that contains an array of objects that can have certain properties, I am having issues where Taplo should be invalidating a test case b…
-
## Introduction
Define a dynamic cacheablity control interface in Zephyr to change cacheability attributes for memory ranges at runtime.
### Problem description
Even though core Zephyr memory…
-
### 🚀 The feature, motivation and pitch
As we all know how important KNN algorithms are in ML research, it would be great to have a direct implementation of the same in PyTorch. I know that though KN…
-
Simple 11 enum mapping
Makes output code much easier to use
```rb
enum("a", type: ::u8)=>{ # Incorrect code, idents can't appear in Item
value("A") => "3",
value("B") => "4"
}
```…
-
This is pretty out there, but: we could move our Web UI to a separate project that could be the front end for *any* ActivityPub server.
Our code for Web requests could then just load a shell that use…
evanp updated
6 years ago
-
Hi,
I would like to ask a beginners support.
I am working in Visual Studio 2017 environment. I have built an xlnt.lib using VS2017 Debug Win32 (just as a first attempt, to start with), and link it t…