sbland
sbland
Class parameter hints should show above docstring on intellisense when using typing.NamedTuple ## Environment data - VS Code version: 1.45.0 - Extension version 2020.4.76186 - OS and version: Ubuntu 18.04.4...
### Describe the bug Following basic Bit setup instructions Vscode not running eslint. Related issues: https://github.com/teambit/bit/issues/4712 https://github.com/teambit/bit/issues/5507 ### Steps to Reproduce Following the instructions here: https://bit.dev/docs/getting-started/installing-bit/start-bit-workspace Run `bit new react...
I have a workflow from here: https://github.com/teambit/bit/discussions/4707 This can successfully publish to npm but only if I set the `--otp` value in the "packageManagerPublishArgs". I have to manually update this...
I'm currently setting up a docker container for running Fortran and pFUnit without all the associated dependency finding and fixing. This would allow windows users with little knowledge of environment...
I'm trying to store an instance of a feature collection inside a dataclass but when using the asdict function to parse the dataclass it fails with `TypeError: Object of type...
Implemented draggable column widths. Note: this works by using divs and flexbox instead of the original table tags.
Changing the url after component has mounted does not cause the websocket to update Example: ``` const WebsocketDemo = ({ url }) => { const [message, setmessage] = useState(''); const...
### What version of React Router are you using? 6.3.0 ### Steps to Reproduce Follow a link inside a test as below ```jsx test("Fails", async () => { const Foo...
If there are multiple property keys with the same name i.e.: "properties": { "id": 1, "lyr": "CityVerveBorderb-6yknyc", "id": "1" } Unity will throw a error. Can be resolved by updating...
``` tree = fparser.api.parse(stream.read(), isfree=True, isstrict=True) File ".../vendor/f2py/fparser/api.py", line 158, in parse parser.analyze() File ".../vendor/f2py/fparser/parsefortran.py", line 90, in analyze self.block.analyze() File ".../vendor/f2py/fparser/utils.py", line 209, in new_func func(self) File ".../vendor/f2py/fparser/block_statements.py", line...