smjure

Results 23 issues of smjure

First of all thank you for the great app. I have to send .html reports automatically. Idea is to send it as either attachment or inline. I tried several things:...

There's already `zz`, which position current line in the center of a page. Similarly, `zt` and `zb` position current line to the top or bottom respectively.

Past week I've been testing GoSync on my fresh setup with Raspberry Pi and new NAS drive. My G Suite contains about 1.3TB of data but GoSync downloads only about...

It would be very useful, if we could add custom text to the charts. In my case I'd like to add it to a bar chart, something like this.. ![image](https://user-images.githubusercontent.com/22912191/191436198-bb13d27d-71f9-4981-8266-413d757e5fff.png)...

Thank you for the wrapper. I followed the `Usage` steps, all went well including the installation of the `github.com/plasma-umass/coz`. When I tried to test it via your example, the following...

I use NextChat Desktop app on Linux and I basically never close it. It happens many times, that when I bring up the NextChat app window, the chat is not...

help wanted

**Is your feature request related to a problem? Please describe.** For data analysis, I usually split terminator in e.g. 4 horizontal windows. Then I look for data of interest and...

enhancement

When streaming news, the time is in an arbitrary format, e.g. `"CreatedAt":"2023-01-30T13:01:31+01:00","UpdatedAt":"2023-01-30T13:01:32+01:00"` which cannot be simply unmarshaled into `stream.News` struct, where `CreatedAt` and `UpdatedAt` are `time.Time` structs. Could the time...

It's really awesome logger, the fastest I've tested for my usecase. However, I'd like to write to multiple files, but I am not sure if that's even possible. Something like...

Hey, I'm getting this error lately, when calling symbol LABU:`getQts, err = client.GetQuotes(symbols)`. ![image](https://github.com/d3an/finviz/assets/22912191/80974f8e-9f52-44af-b07f-4460eedfad5e) It's not caught by `err`. Is it possible to fix it? :pray: