-
Is there room for a js blob type in the rfc?
m.data.type is always empty when receiving messages.
``` javascript
ws.binaryType = 'blob'
ws.onmessage = function(m){
console.log(m.data.type)
}
var …
-
I think tconfig should report `Data.Text` instead of String.
For example, we could add a module `Data.TConfig.Text` that uses `Text` as key and value type.
This would provide better memory efficiency…
-
Failure to build open62541 v1.4.0 with gcc version 13.2.0 (Rev6, Built by MSYS2 project) on windows architecture.
error message
In function 'UA_ByteString_memZero':
open62541/src/ua_util.c:543:4:…
-
I found that some libraries out there use a slightly different `base64` encoding, namely the "adapted base64 encoding", which is the same as regular base64 encoding, but with the `+` replaced by the `…
-
### Description of the bug:
We're observing sporadic build failures where the Bazel daemon crashes with the following:
```
240630 09:50:38.941:XT 2149 [com.google.devtools.build.lib.bugreport…
-
Output of `cabal build -v` after `cabal configure`:
```
creating dist/setup
./dist/setup/setup build --verbose=2 --builddir=dist --jobs=8
Component build order: library
creating dist/build
creating d…
-
Migrate from compchem database to something specific for the rheed analysis application
DB plan
table 1 = sample
columns: {sample_id, composition_string, metadata}
table 2 = rheed
columns: …
-
Sometimes we rename a module and deprecate the old one. We want to know whether there has been an API in change in the renamed module vs the original module.
-
We should expose a way to "read a config file" in a *pure* way in order to test the parser. Is this already implemented and I am just missing it?
At a minimum, I am thinking of something along the …
-
It would be nice to support the `multipart/form-data` content type, so one can send the files with the metadata to the server. It looks like that now one need to send the bytes with the `fileI` and th…