Eric Forgy

Results 32 issues of Eric Forgy

I've been playing with this code. It is great for learning React, d3 and Mobx 👍 However, I have some experience with d3 and one thing that is challenging with...

See https://github.com/MoralisWeb3/react-moralis/issues/206

julia> a = [[1 2 3],[4 5 6]] 2x3 Array{Int64,2}: 1 2 3 4 5 6 julia> JSON.json(a) "[[1,4],[2,5],[3,6]]" I would expect: "[[1,2,3],[4,5,6]]". I'm running version 0.3.3.

There might be a better way, but just throwing something out there to get started. The idea is to have every `Instruction` have an `opcode` field so we can write...

Hi, I am learning Julia and am interested in experimenting with some category theory. For example, I am thinking about how to build a "Categories" type starting with small categories...

Hi @imanuelcostigan 👋 How are you? Would you have any interest in moving this package to [JuliaFinance](https://github.com/JuliaFinance)? I could take a stab at updating it for v1.0 etc? I'd be...

Hi @soxofaan 👋 I really enjoyed your article: https://www.stefaanlippens.net/jupyter-custom-d3-visualization.html It was very helpful 🙌 However, the example assumes you are connected to the internet. I need to use this inside...

Hi, I've been using the Atom editor and have gotten accustomed to the nice syntax highlighting (CodeMirror?). However, I'm not taking advantage of any of features of Juno at the...

Fixes https://github.com/OpenZeppelin/openzeppelin-contracts/issues/5681 for ReentrancyGuardTransient. This PR introduces a pure virtual function `_reentrancyGuardStorageSlot()` in `ReentrancyGuardTransient.sol`, mirroring the pattern used in the upgradeable [Initializable.sol](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/master/contracts/proxy/utils/Initializable.sol) ### Motivation As discussed in https://github.com/OpenZeppelin/openzeppelin-contracts/issues/5681, storage slot...