goodboy

Results 452 issues of goodboy

This may relate to #201, #108, #128. Using the following `mkts.yml` config: ```yaml root_directory: data listen_port: 5993 grpc_listen_port: 5995 log_level: info queryable: true stop_grace_period: 0 wal_rotate_interval: 5 stale_threshold: 5 enable_add:...

I'm looking at the relevant server code sections: - [searching the repo](https://github.com/alpacahq/marketstore/search?q=isvariablelength&unscoped_q=isvariablelength) doesn't tell me anything but to dig.. - so [I dig](https://github.com/alpacahq/marketstore/blob/88008f2a76ec926e9efd2093cb59462d5e8274ba/executor/writer.go#L275), and [dig](https://github.com/alpacahq/marketstore/blob/88008f2a76ec926e9efd2093cb59462d5e8274ba/executor/writer.go#L288), and [dig](https://github.com/alpacahq/marketstore/blob/01f2db15d90a248d4878bfeee1ff9e914f6d3a05/executor/wal.go#L337), and [dig](https://github.com/alpacahq/marketstore/blob/4811cc6a14a917e97261ce19b223d9b15325037e/utils/io/rowseries.go#L166), until...

I'm only writing this up so it hopefully doesn't bite any other user :smiley_cat:. This shamefully took me a while to figure out because of 2 problems: 1. the `pymarketstore.Client.write()`...

Using the `pymarketstore` client you can crash the handling goroutine and subsequently cause the connection to drop: ```python import pymarketstore as pymkts param = pymkts.Params('BTC', '1Min', 'OHLCV', limit=10) cli =...

It'd sure be handy if `logging` was used throughout `asks` for debugging purposes 👍

Hey @0b01, just found your project and am really digging it (all around). I was wondering, what do you think about breaking out the [Python client](https://github.com/0b01/tectonicdb/blob/master/cli/python/tectonic.py) into a new repo...

I'm currently not actively working on this project any more, in fact I'm actually using the FreeSWITCH core team's new service [signal wire](https://github.com/signalwire/signalwire-python) for personal needs since I also don't...

question

Since #72 landed and we now are python 3.6+ support and working CI, we should probably at least make a new minor release? TODO: - [ ] [unreleased changelog](https://github.com/friends-of-freeswitch/switchio/blob/master/CHANGELOG.rst#changed) section...

enhancement
help wanted

During a port to new python and freeswitch (#72) from our new super pal @Kick1911, it was found that [one of the CDR tests](https://github.com/friends-of-freeswitch/switchio/pull/72/commits/0d2592151855bd37a388f251c7d8f9e701603ec3#diff-0f3b4c9d24610b3814ccf0a67f26b09c8b3755c211d422524e4f07d7c5f4ce0fR275) is hanging in CI. It's been...

bug
help wanted
testing

There's really no downside and it's less moving pieces. I hate to centralize but free parallel jobs is just hard to say no to.

enhancement