AbdulRahmanAlHamali
AbdulRahmanAlHamali
For example, the following code fails: ```python @dataclass class Hello(DataClassJsonMixin): a: int b: InitVar[int] Hello.from_dict({"a": 3, "b": 4}) ``` With the exception: ``` Traceback (most recent call last): File "/home/aalhamali/pycharm-2020.1.3/plugins/python/helpers/pydev/pydevd.py",...
# Package Proposal: flutter_typeahead **Dependency name (as used in *pubspec.yaml*):** flutter_typeahead **Current pub.dev link:** https://pub.dev/packages/flutter_typeahead **Current Git repository link:** https://github.com/AbdulRahmanAlHamali/flutter_typeahead **Description:** A TypeAhead widget for Flutter, where you can show...
Goes with: https://github.com/spinnaker/gate/pull/1452 https://github.com/spinnaker/orca/pull/4113
Goes with: https://github.com/spinnaker/orca/pull/4113 https://github.com/spinnaker/deck/pull/9039
Hello, I am trying to use the modal inside another service, it used to work before but now it doesn't anymore. I have a service for error reporting, all components...
This PR provides the ability to add arbitrary extensions to certificates and certificate requests, by providing their OID, whether they are critical or not, and their value. The value of...
Hello, Thank you for the tool. It produces the best schema docs out there! But I have a problem: I don't want my doc website to accept a schema as...
**Describe the bug** The code here: https://github.com/Shopify/hydrogen/blob/%40shopify/hydrogen%401.2.0/packages/hydrogen/src/hooks/useShopQuery/hooks.ts#L93 attempts to parse JSON, and when that fails, looks at the source of error. This means that if a 4xx response is received...
Hello, Is it intentional for unions not to have a fingerprint, and thus to not implement `soe.AvroRecord`? We have a topic that has a union at the root level, so...
Goes with: https://github.com/spinnaker/deck/pull/9039 https://github.com/spinnaker/gate/pull/1452 Allow users to manually ignore failed stages. This is different from the usual FAILED_CONTINUE, in that the user typically would desire this to fail and stop...