Devin Stein

Results 34 issues of Devin Stein

[Picket](https://picketapi.com/) uses web3Modal to authenticate users on EVM chains. Let me know if you need any additional details.

v1

### Description Follow up from https://github.com/jupyter-incubator/sparkmagic/pull/755, this adds Python 3.10 to CI, so we can have a stronger support guarantees. ### Checklist - [x] Wrote a description of my changes...

please code review

Hi 👋 ## What kind of change does this PR introduce? Documentation on how to integrate [Picket](https://picketapi.com/) with Supabase to enable wallet login for users that want to build hybrid...

Hi 👋 congrats on Docs v2! I was just exploring them and found these broken links. I grepped to find the references to the old URL, so please let me...

**Is your feature request related to a problem? Please describe.** CI is failing due to Pandas 2.0.0 **Describe the solution you'd like** Support Pandas 2.0.0 **Describe alternatives you've considered** Current...

**Is your feature request related to a problem? Please describe.** Our team keeps running into issues that have been fixed in new versions of the CLI **Describe the solution you'd...

enhancement

Hi 👋 I'm working on an ERC-721 NFT and want to auto-approve OS's proxy contract, but there are discrepancies between the documentation and this repo. Which code is correct? See...

### Description http://www.unicode.org/reports/tr11/tr11-38.html Parse and set the [EastAsianWidth.txt](https://www.unicode.org/Public/UCD/latest/ucd/EastAsianWidth.txt) character properties. This property can be an additional property of `Character` and we can represent the possible values ("A", "F", "H", "N",...

enhancement
help wanted

### Description ```solidity function block(string calldata _char) public pure returns (CharacterBlock) { } ``` Given a character, or code point, tell me what [Unicode character block](https://www.compart.com/en/unicode/block) it is a part...

help wanted
good first issue

### Description Right now, [`isXXX` Character Category Functions](https://github.com/devstein/unicode-eth/blob/main/contracts/UnicodeData.sol#L496-L619) only support a single Unicode character. We should extend the functionality to support multi-character strings and early return if any character doesn't...

enhancement
help wanted
good first issue