-
I'm annoyed that to add a singleton dimension to a tensor, I have to use two lines of code. Like this:
```
local numChannels, height, width = image:size(1), roadImage:size(2), roadImage:size(3)
image…
-
I found this bug while running a script that uses a multiline invocation of `docker run`, running a bash script (`docker run ... sh -c '... newlines in here ...'`).
Expected behavior:
```bash
$ e…
-
Generated [LongRunningOperationResultResponse](https://github.com/ambientlight/azure-sdk-for-go/blob/d97925c0dc464aa445862e5de620e41b80d389d5/services/preview/maps/2.0/creator/response_types.go#L219) …
-
https://github.com/colindean/hejmo/blob/master/scripts/serve current uses a Python 2.x invocation. It should check for miniserve and use that if it's available (since it's a part of my standard `Brewf…
-
I could use a suggestion on how to best provide progress when parsing a JSON array of a zillion records. Been using the frameworks simple syntax to unmarshal the array with my object implementing Unma…
-
I'm using this feature but it prompts the user for authorization every time they click the "Sign in with Slack" button. According to the [documentation](https://api.slack.com/docs/sign-in-with-slack#a…
-
### Is it easy to find the information you need?
No
### Are the instructions clear?
Yes
### How could we improve the Timescale documentation site?
Apologies if I'm dense but what does "normalize"…
-
Would there be an interest to roll out a GitHub action for `cargo-udeps` so that adding this one to CI runs would be just a one-liner?
There is an awesome template by embark guys with their `cargo-de…
-
With `process`, it's hard to spawn an external process in IO, re-throw its non-zero exit code as a Haskell exception, and also redirect its output. Here's what I came up with:
```haskell
withFile …
-
### 💡 Create Javascript Input Form and EOS transaction package
#### User Story
As a _**user submitting data**_, I would like _**there to be a form to input my data and package it as an EOS transac…