Iskandarov Lev
Iskandarov Lev
## Is your feature request related to a problem? Please describe. You can add "expand" field to the search request https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get https://pkg.go.dev/github.com/andygrunwald/go-jira?utm_source=godoc#SearchOptions So if you add "names" or "schema" for...
I have two different deserializers, each one of which fills some of the fileds of the struct. The simplest similar example is this: imagine I have two jsons, which must...
I'm making an [http/json support](https://cloud.google.com/endpoints/docs/grpc/transcoding) for prost in Rust, and I need to code gen new messages depending on 1. Input message of the rpc 2. RPC path Basically, if...
I have two dependencies in my crate: ``` entities = { path = "./entities" } blockscout-db = { git = ".." } # same repo ``` and in `blockscout-db` there...
## Valence Version bbb8aa57c14bde097d3685be27450bd5253c8ec6 ## What You Did Start a server, open minecraft with the same account twice, login at the server in both clients I've tested both with online...
Currently downsample_rs cannot be built with stable compiler, because `nightly_simd` is enabled by default for `argminmax`. I've added `nightly` feature (which is enabled by default) which activates `nightly_simd`, so this...
### Summary Run jupyter repl on remote machines ### Description From what I could understand from code: * Currently `repl_store` is global, and not updated when changing projects (i.e. connecting...
I have a simple test code: ```python import numpy as np import catboost from datetime import datetime print(catboost.version.VERSION) start = datetime.now() shape = (1024 * 1024 // 8, 1024) #...
**Is your feature request related to a problem? Please describe.** I could not find a way to see history or a log of bookmark, i.e. what revisions did a bookmark...