0xCLARITY
0xCLARITY
```ruby require 'fast_excel' workbook = FastExcel.open() sheet = workbook.add_worksheet('Sheet1') pp sheet[:default_row_height] # This is 0.3, but should be 15.0 ``` I expect the `sheet[:default_row_height]` to be equal to `LXW_DEF_ROW_HEIGHT`, as...
I use the `eslint-plugin-tsdoc` for linting, and noticed that the [JSDoc @see tag](https://jsdoc.app/tags-see.html) is not supported in the [list of TSDoc tags](https://github.com/microsoft/tsdoc/blob/master/tsdoc/src/details/StandardTags.ts). We use `@see` tags extensively in one of...
I was trying to JSDoc/TSDoc a TypeScript interface, and wanted to use the `property` tag to document the various properties. However, `property` does not appear to be on the [list...
I love how fast `lefthook` is, but a problem I'm running into is that my hooks will sometimes fail locally even though they should pass, or pass locally but fail...
I recently used axlsx to convert a rather complex data object to Excel, and here are some issues I came across. some of these may be due to me not...
#### Problem description *Please describe the issue concisely in here. In case of an error: Walk us through the steps you took to get there. What happened? What did you...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
I was running into an issue with running: ``` forge script ... \ --etherscan-api-key XYZ \ --verify ``` I kept getting told I had an invalid API Key - when...
PoC: 1. Clone repo: https://github.com/0xCLARITY/solhint-testing 2. Run `yarn lint` 3. Observe "errors": ```sh yarn lint yarn run v1.22.21 $ solhint 'src/**/*.sol' src/ICounter.sol 4:3 warning GC: [sender] on Event [Increment] could...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...