Tristian A.

Results 11 issues of Tristian A.

#### Description Add support for option `float` types. * [Issue#4926](https://github.com/mitmproxy/mitmproxy/issues/4926) #### Checklist - [x] I have updated tests where applicable. - [x] I have added an entry to the CHANGELOG....

help wanted

#### Description Additions to the documentation based on my experience in contributing a fix. * Updates header structures * Adds VSCode/IDE section * Adds coverage section #### Checklist - [x]...

Is it possible to toggle the `primaryContentViewController` dimming when the drawer is partially revealed?, I know it gets dimmed when in `.open`. I'm looking to be able to do something...

Using version 1.6.1 I'm getting the following error when trying to produce a report from a test result bundle using Xcode 12 ``` Error: Failed to find action_TestSummaries.plist ``` Happy...

Waiting for information

* Update `Logger` struct to use private `backend` instead of the package `defaultBackend`, if `haveBackend` is `false` the `defaultBackend` will be used as a fallback.

Whenever a new logger is created; it defaults to calling the global `defaultBackend` rather than it's own `backend`. * https://github.com/op/go-logging/blob/master/logger.go#L138 ```go func (l *Logger) IsEnabledFor(level Level) bool { return defaultBackend.IsEnabledFor(level,...

The `*.mlmodel` produced by converting from a `KNeighborsClassifier` is invalid. I encountered it with a custom data set but it's reproducible with SKLearn's Wine Dataset. I encountered the issue when...

bug
scikit-learn

I've done some updates to the README as well. I wasn't sure how to regenerate the `*.tmLanguage` file out of the JSON format one.

AVR GCC assembler files have a `*.S` and `*.s` extension, see here for more information: * https://www.microchip.com/webdoc/AVRLibcReferenceManual/assembler_1ass_tools.html Excerpt from the previous link: > Note that the invokation of the C...