Taimuraz Kaitmazov
Taimuraz Kaitmazov
I am using all the latest module versions, which are actual tvm. (electron-webpack: 2.8.2, etc)
@loopmode I have created a `babel.config.js` file with next sources: ```javascript const isDevelopment = process.env.NODE_ENV !== 'production'; module.exports = { presets: [ ['@babel/preset-env', { useBuiltIns: 'entry', corejs: 3 }], ['@babel/preset-react',...
Sorry, but what stands for "automatic runtime"? In any case, I have stopped developing electron part of my project also because of this issue
Yes it does. For me it looks like command is not executed properly, arguments are provided in an erroneous way. If I execute oidc login with these params directly- I...
The thing is I am not good in rust and just learning it in my spare time (main stack for several ages is in typescript). Not good at debugging opensource...
I got no idea thats going on with my issue, even after seeing a relation between mine and this issue. Thats a plan of maintainers to deal with a lack...
I was using the spreaded variable in the condition and that didn't specify the exact type somehow, "god works in mysterious ways". And couldn't find the typings in the source...
The secret token is provided via `X-Telegram-Bot-Api-Secret-Token` header as described [here](https://core.telegram.org/bots/api#setwebhook) So to handle it we have to check if request has provided a proper token there
It means that property session has to be defined, while with question mark operator it doesn't have to
Does this code break an execution or it just logs this error out without breaking anything? There are some places in the library, which are logging an error without depending...