Mohammad Tomaraei

Results 11 issues of Mohammad Tomaraei

### What is your question / Please describe your issue I'm preparing a remote development environment for Vue Storefront 2 which requires the ability to attach a remote debugger. I...

**Description** I'm not completely sure if this is a bug, but if the same volume is mounted twice in two different containers, Swarmpit shows the same volume twice in the...

kind/bug

I tried using https://speedscope.app with a relatively large profile JSON file, which is around 65 MB in size. While switching around between different threads it suddenly crashed. I'm running Chrome...

The default configuration file has detailed fields for each ElasticSearch connection, including a `protocol` field to specify the connection protocol (i.e. HTTP/HTTPS). https://github.com/DivanteLtd/vue-storefront-api/blob/32029f79360d1b74398ac35f46e70a29d6beef7b/config/default.json#L16 However, the catalog endpoint still assumes that...

First of all, thank you for creating such a useful module. I have experience with creating various bi-directional integrations such as product import and export. Sometimes it is necessary to...

Related to https://github.com/itpp-labs/sync-addons/issues/393 I initially thought about grouping links (mappings) on a per-project basis and used the `relation` field to store the `sync.project` ID. The code for this prototype is...

Radix v4 supports [passing a `context.Context` to all blocking operations](https://pkg.go.dev/github.com/mediocregopher/radix/v4#Cluster.Do). We require this feature to limit potential request timeouts. Please update t38c so that the [`Execute` method](https://github.com/shadowspore/t38c/blob/bf725c4fea5d53d28aa47be2ce67af756ca086f5/transport/radix_pool.go#L46) and other command...

### Expected Behavior The regular price should not be scratched off if it's the same as the special price. To be more specific, no special price should be returned if...

bug

**Is your feature request related to a problem? Please describe.** The project has its own [mock server](https://github.com/tidwall/tile38/blob/master/tests/mock_test.go) for running unit tests without an out-of-process server. Unfortunately it's not available as...

**Proto file(s)** ``` syntax = "proto3"; package protos; option go_package = "/protos"; message TestRequest { sfixed64 id = 1; } message TestResponse { sfixed64 id = 1; } service TestService...