William Blum

Results 10 comments of William Blum

@Mattwmaster58 This project provides the typing stubs for the `orderedset` package: https://github.com/rominf/ordered-set-stubs. But somehow the project was archived claiming that the typing stubs are now part of `orderedset` itself, which...

@MapleCCC You are right, my bad!

@dsyme Thanks a lot for quickly releasing this fix! I will try it in a moment. For reference: I now have reliable and simple repro steps on FSharp.Data 3.0.0: -...

@dsyme @TIHan The fix worked, awesome :-) The "Find all references" took a while (building the whole solution I guess), process private memory increased to 2.7GB, but VS did not...

Jet.com has released sources for a related project: https://github.com/jet/JsonSchemaProvider

@doublecouponday that's right. I meant a type provider generating types based off a JSON schema file. The suggested workaround is not meeting the requirement, in particular a single sample JSON...

The following fix may help though I have not fully tested it so it's possible that it breaks somewhere else: ```python elif isinstance(observation_space, spaces.MultiBinary): # Number of binary features if...

@rifaterdemsahin Could you provide more details about your workaround?

@pseudo-rnd-thoughts did you mean `Space[Any]` instead of `Space[str, Any]`? (the `Space` class takes only one generic type parameter).

@eulerfx @dsyme I've submitted PR #102 to add those two helpers. Let me know if the unit tests meet your expectations or if you think more is needed.