-
OpenSSL is keg-only on macOS because Apple provides LibreSSL:
https://github.com/Homebrew/homebrew-core/blob/d8c7d1338d7a4e16836fa0f209fa00e150efc9a4/Formula/openssl%401.1.rb#L28
I think we shou…
-
root@analog:~# cd ~/openwifi
root@analog:~/openwifi# ./wgd.sh
usage:
Script for load (or download+load) different driver and FPGA img without rebooting
no argument: Load .ko driver files …
-
The image renderer:
```go
func (r *nodeRederFuncs) renderImage(w *Writer, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {
// while this has entering and leaving states, it d…
-
The currently released new version 1.16 of Go provide package embed, so we can embed files like *.html and others into the compiled binary executable file.
I want to know how iris works with embed …
-
I'm getting some kind of issue when trying to build compositor-module:
```
$ yarn generate:webfs
$ openapi-generator-cli generate
[[webfs] ./compositor-proxy-api.yaml] [main] INFO o.o.codegen.D…
-
When I `yarn build`:
```
Compiled with problems:
ERROR in ./src/WebFS.ts 17:0-48
Module not found: Error: Can't resolve './api' in '/path/to/greenfield/compositor-module/src'
ERROR in ./s…
-
Hello, I downloaded your latest img file for booting zc702, but I can't enter commands in SecureCRT after booting. I changed to ADI's official img file and can enter commands normally. I can also use …
-
@akmiller01 adding the link to the latest DAC updates: https://discuss.iatistandard.org/t/notification-iati-codelists-aligned-with-oecd-dac-codelist-last-updated-28-feb-2020/1948/5
To review chang…
-
@jhiesey and I found that adding https://github.com/feross/cache-chunk-store unconditionally around the idb, and webfs chunk stores improved performance.
Perhaps we shouldn't add it around the memo…
-
This is a feature that I would love to steal from Elm :)
In Elm, if I define a record as such
```fsharp
type Foo = {
Bar : int
Baz : int
}
```
I then automatically get functions such…