Itai Peri

Results 9 issues of Itai Peri

Hey, I think there are some missing parameters from list methods. For example, this API endpoint: `https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs` Which is covered by the `Workflow.get_runs()` method, supports the following parameters which are...

Hi, I have a problem where I'm trying to deserialize nested objects, and have each of their respective `load` functions trigger. Code example: ``` from typing import List import jsons...

I installed all prerequisites, and am operating on Ubuntu 16.04 LTS, Python version 3.5, pip3 version 9.0.1. Trying to install and getting the following error: ``` $ pip3 install https://electrum-ltc.org/download/Electrum-LTC-3.0.5.1.tar.gz...

Hey, I've found a bug occurring when using multiple workers. Take for example the `tinywiki` dataset. When I run the following code: ``` const dumpster = require('dumpster-dive'); options = {...

unknown

**Describe the bug** When summing over an axis of a matrix, we always lose just one dimension. If the matrix is 2D, we'll get a 1D array. If the matrix...

bug
help wanted
typescript

Hi, I've noticed that the `Checkbox` component doesn't support the `ghost` color. Is this intended behavior? https://github.com/daisyui/react-daisyui/blob/a010e43cc73a5dec8d36a77654da20dbf7aff7d8/src/Checkbox/Checkbox.tsx#L46

- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...

Hi Benji, I've noticed in the [Storybook](https://react.daisyui.com/?path=/story/navigation-tabs--tabs-with-custom-color&args=variant:bordered) that the RadioTabs `borderColor` and `bgColor` props are not working, in contrast to the `color` prop. They're supposed to be orange and yellow...

Hi Benji, Wanted to suggest an improvement to the `Collapse` component - a `defaultOpen` attribute, that will set the Collapse to be open by default on mount, but will have...