Ivan Skiridomov
Ivan Skiridomov
When I launch project with `node dist/main.min.js` I've got a dark theme window.  But when I pack it with `launchui-packager my-project 1.0.0 dist/main.min.js`...
Today I have `default: Provisioning complete in 593 seconds` And it make me sad. What do you think to make a vvv base box with preinstalled software and store in...
``` package main import ( "fmt" "github.com/adshao/go-binance/v2" "time" ) func main() { wsDepthHandler := func(event *binance.WsDepthEvent) { fmt.Println(event) } errHandler := func(err error) { fmt.Println(err) } doneC, stopC, err :=...
So there is no way to subscribe to the stream from client? I need to create a consumer and poll it in loop for the messages? And there is no...
I need to pass target_session_attrs=read-write to pgdriver to connect only to write host, not to read replica. Is it possible?
Can I contribute to update nxgo/cli image with node 18 and fresh packages? ``` > [builder 4/6] RUN yarn: #10 1.270 yarn install v1.22.4 #10 1.628 [1/4] Resolving packages... #10...
I'm trying to change a color for logo using flowbite CSS (tailwind) Set variable to white ``` :root { --docsearch-logo-color: #fff; } ``` in project.json I have ``` "styles": [...
**What happened**: https://gist.github.com/boskiv/af12bef0f39f365e2d7574cda12bec5e **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: create Route53 subdomain zone and setup external dns to run on it...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to lock contains more than 100 keys 2....
**Is your feature request related to a problem? Please describe.** I want to see refer id in the token to understand who sells token to the user (marketing conversion rate...