Mihai Todor

Results 45 issues of Mihai Todor

I made some small enhancements to this driver a while back: - https://github.com/go-gorm/bigquery/pull/13 - https://github.com/go-gorm/bigquery/pull/12 Since this driver is owned by the folks behind [GORM](https://gorm.io), I assume it will continue...

Fixes #2278. Note: The `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables can be used as fallback when this field isn't set. Details here: . I tested this using an echo NodeJS...

If you run this config: ```yaml input: generate: count: 1 interval: 0s mapping: | root.arr = ["2"] output: sql_insert: driver: postgres dsn: postgres://testuser:testpass@localhost:5432/testdb?sslmode=disable table: FOOBAR columns: [arr] args_mapping: root =...

outputs
needs investigation

First of all, thank you for for this library! Would you consider adding support for `json.Number`? More specifically, `json.Decoder` has the [`UseNumber()` method](https://pkg.go.dev/encoding/json#Decoder.UseNumber) which can be used to decode number...

When initialising an `AssemblyMapper`, a new `Normalizer` is initialised [here](https://github.com/biocommons/hgvs/blob/c69e03fa8b84a00c360e72f05de0e83177598cac/src/hgvs/assemblymapper.py#L91-L93). However, the `Normaliser` initialisation instantiates a new `VariantMapper` [here](https://github.com/biocommons/hgvs/blob/c69e03fa8b84a00c360e72f05de0e83177598cac/src/hgvs/normalizer.py#L58), but it doesn't set the `prevalidation_level` field for this `VariantMapper`, which...

keep alive

The code [here](https://github.com/biocommons/hgvs/blob/c69e03fa8b84a00c360e72f05de0e83177598cac/src/hgvs/normalizer.py#L109-L122) tests whether the sequence position actually exists, but there isn't any way to skip this test which requires fetching sequence data. Would it not make sense to...

keep alive

### Feature Request Currently, the `azcosmos` package requires passing in the value of the partition key when performing CRUD operations. While this works OK, there is no API that one...

Cosmos
customer-reported
needs-team-attention
feature-request

It might be worth mentioning in the readme the description of this material: https://web.archive.org/web/20161231013819/http://www.babelgraph.org/wp/?p=1 (archived version, because the original page seems to have died).

Details here: https://en.wikipedia.org/wiki/Graham%27s_number