Suneil Nyamathi

Results 4 issues of Suneil Nyamathi

input ``` { "properties": { "uuid": { "type": "string" } } } ``` output ``` { "properties": { "uuid": { "type": "string" } } ```

When I set a footerTitleFont (eg `section.footerTitleFont = UIFont(name: "Avenir-Book", size: 9)`), that font is not taken into account ([here](https://github.com/DavdRoman/Bohr/blob/master/Bohr/BOTableViewController.m#L228-L238). This is particularly noticeable when you have a string which...

bug

Adds typescript types while trying to maintain as much flexibility as possible. ```ts type Config = { foo: string }; const ycb = new Ycb(bundle); const { foo } =...

### Describe the bug I'm in the process of migrating a large codebase from CJS to ESM. One of the main "gotchas" is that there is [No __filename or __dirname](https://nodejs.org/api/esm.html#no-__filename-or-__dirname)....

p3-minor-bug