Konstantin Nesterov

Results 24 issues of Konstantin Nesterov

Hello! I have a following `.babelrc` file: ``` { "presets": [ ["env", { "targets": { "electron": 1.6 } }], "react", "flow" ], "plugins": [ ["module-resolver", { "root": ["./src"], "cwd": "packagejson"...

I'd like to use babel plugin for rewriting import paths in my .graphql files. Is it possible to apply graphql-compiler + babel? I tried to change mimeType of graphql output...

Hello, Usually I write something like ``` if (process.env.NODE_ENV === 'development') { require('devtron').install(); } ``` However it seems that `process.env` does not contain NODE_ENV or other env-specific options.

`md-components@7` `import {Button} from 'md-components'` yields `Module build failed: Error: Couldn't find preset "es2015" relative to directory %mydirectory%`. I don't have `es2015` preset installed and library should not ever require...

**Describe the bug** Sometimes calling `em.populate` does not init a relation **Stack trace** ``` Cannot read properties of undefined (reading 'getItems')

**Is your feature request related to a problem? Please describe.** I would like to manage TLS setup for MariaDB pods in a Kubernetes-native way :) **Describe the solution you'd like**...

feature
priority-mid-term
tls

Hi! I know it's possible to install the package from Github, but obviously npm is more common =)

Hello! I really like the concept of your lib. Do you have any ideas about properly strong-typed queries and mutations?

**Is your feature request related to a problem? Please describe.** [Extending cubes](https://cube.dev/docs/product/data-modeling/concepts/code-reusability-extending-cubes) brings great code reusability. However, it is currently not supported for the Python cubes. Look at these 2...

enhancement
data modeling
data modeling:yaml

**Describe the bug** Since `v0.34.51` it is not possible to use `CASE WHEN` in `SELECT` when consuming Cube's SQL API **To Reproduce** Steps to reproduce the behavior: 1. Create a...

bug
question
api:sql