James Mills

Results 194 issues of James Mills

**Describe the bug** In my testing I've found that the HTML tag `` gets turned into two new lines (`\n\n`); Example: ```#!sh (⎈ |local:default) prologic@Jamess-iMac Mon Aug 02 11:37:55 ~/tmp/html2md...

bug

I notice there is a way to import dashboards. Can we provide/supply some samples or defaults baked in?

Let's experiment with a [u-root](https://github.com/u-root/u-root) user-land? I'm not all that convinced busybox is what we need; it takes too long to compile and most of it you'd never use --...

Hey all 👋 I forked this library over at git.mills.io/prologic/go-netstat ```#!go import "git.mills.io/prologic/go-netstat" ``` I've merged all outstanding PRs here so far. Hope to maintain this library and improve it....

Can we compile `tre` as a statically linked binary without `os.Exec`'ing to `clang` and `ld`?

Hi, I'm having a bit of trouble getting this workflow to work. You can find my workflow [here](https://github.com/prologic/netdata-helmchart/blob/master/.github/workflows/release.yml) Basically when I run this and make some chart changes I end...

Is it possible that the current design of `fs.s3fs` can lead to fd leaks? Currently the s3 connections are mane on demand via two properties: - [`_s3conn`](https://github.com/PyFilesystem/pyfilesystem/blob/master/fs/s3fs.py#L124) - [`_s3bukt`](https://github.com/PyFilesystem/pyfilesystem/blob/master/fs/s3fs.py#L136) In...

Bring in sample bots from https://github.com/caktux/goxtool

The `F5` key for **New sell order** throws an exception: ``` #!python 014-01-05 16:22:54,086:DEBUG:__main__.PrintHook:Exception in thread Thread-96: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File...