rickhg12hs
rickhg12hs
Wondering if the _conversion_ functions/constructors in the [DataArray hash function](https://github.com/JuliaStats/DataArrays.jl/blob/master/src/dataarray.jl#L674) should perhaps be _casts/reinterprets_. Fixing this will also probably fix #146. ``` julia julia> versioninfo() Julia Version 0.4.0-dev+4436 Commit 237cdab...
It would be convenient if the local/remote directories were always shown in the GUI. After propagating all the changes and re-scanning, the hosts/directories disappear from the display. Sometimes it's convenient...
It would be convenient if more of the host names could be displayed in the GUI to insure the correct hosts have been selected. ```bash $ ~/bin/unison -version unison version...
While exploring ways to retrieve or `"$merge"`/`"$out"` unique documents from a collection, I ran across the following "oddity". [mongoplayground.net example](https://mongoplayground.net/p/fd7qKuKRAAB) mongoplayground `mgodatagen` configuration: ```json [ { "collection": "collection", "count": 100,...
It would be convenient, and often enhance understanding, if there was an option to `not` sort the output by field name. This is especially true when viewing `explain` results that...
`SimulationManager` `explore` fails with _ReferenceError: weakly-referenced object no longer exists_
### Description No exploration solutions can be found because `weakrefs` to needed objects allow the `gc` to remove them too early. ``` ERROR | 2024-01-09 11:58:05,299 | angrmanagement.data.object_container | Error...
[`jqplay.org`](https://jqplay.org/) is very useful for learning `jq` and refining scripts, etc. Is there something like that for `jtc`?
Near the end of `cargo install https`, the following warning is shown: ``` warning: the following packages contain code that will be rejected by a future version of Rust: traitobject...
BN Version: 3.6.4709-dev Personal (715fcd79) ``` [Default] Traceback (most recent call last): [Default] File "/home/rick/.binaryninja/repositories/community/plugins/EliseZeroTwo_SEHHelper/__init__.py", line 268, in createPane [Default] widget = SEHWidget(context.binaryView, PE(data=data)) [Default] File "/home/rick/.binaryninja/repositories/community/plugins/EliseZeroTwo_SEHHelper/__init__.py", line 178, in...
`lenet.jl` example seems to run OK, but `lenet-stn.jl` segfaults. ```julia $ julia -e 'versioninfo(); include("lenet-stn.jl")' Julia Version 0.6.1 Commit 0d7248e2ff (2017-10-24 22:15 UTC) Platform Info: OS: Linux (x86_64-redhat-linux) CPU: Intel(R)...