-
I have explored file storage functionality specially `StorageManager.php` but could not figure out how to store file on AWS. Can anyone share the snippet for file storage on aws? because the data is l…
-
```
I'd like to propose three enhancements:
1. Support the Streaming API. I believe this can be done via libcurl, but I
haven't tried it yet.
2. Return objects in JSON format in addition to or inste…
-
I would like to have some method of getting the `stderr` stream content from exec/cmd commands. Ideally, I would have
```
{
stream:stderr,
msg: "content"
}
```
Or the like.
-
#### Problem description
`fit_transform` in the `sklearn_api` is documented to return:
`X_new : numpy array of shape [n_samples, n_features_new]`
This is not the case. What is returned is:
` …
-
Currently every TLS stream can be split into a reading half and a writing half using [`tokio::util::split`](https://docs.rs/tokio/0.3.4/tokio/io/fn.split.html). This operation is however not always gu…
-
Adds a new `--env-set` command line option on rustc. It allows to set environment variables value at compile-time to be used by `env!` and `option_env!` macros.
When retrieving and environment vari…
-
I am running the `syncv3` binary with both **stdout** and **stderr** redirected to a file, and that file appears to contain colour escape sequences meant for a terminal:
```
synapse0 # cat -vet /v…
-
A clear and concise description of what the problem is.
a setting to save the log file.
# or already exist it please notice me
-
Hi,
I started to create a py3 version of woof a couple of months ago, and now I noticed that you already pushed it here.
It's practically the same, but:
- I got rid of the evil zip wrapper (…
-
- [x] Wrap PE (Lenny)
- [ ] Extract "core" part of PE (Raj/Alex) and Memory (Raj) so that we can instance config registers in python, and then pass their values to the cores
- [x] Generate IO's (wra…