frippe75

Results 10 issues of frippe75

Sorry, rather a question than an issue. Looked at the format of asciinema v2 which looks to be utf8-unicoded. "it's UTF-8 encoded JSON string, with all non-printable Unicode codepoints encoded...

Instead of rotary encoders and so on...

enhancement

Could be nice to have an option whether or not to auto expand aliases. To save time I usually put an alias for openstack as "o" which means my history...

enhancement

Might be a duplicate of https://github.com/VictorBjelkholm/ngProgress/issues/61 It would be nice to be able to reach different progress states using a new method "moveTowards()". moveTowards() would provide a way to animate...

enhancement

# Expected Behavior Add-HPOVBaseline -File should add the baseline to OV without consuming all available memory ### Actual Behavior ```PowerShell PS /home/frta/> Add-HPOVBaseline -File ./spp-2019.09.0.iso Add-HPOVBaseline : Exception of type...

help wanted
NeedMoreInformation
5.00
6.60
7.00
7.10
7.20
8.00

Building Windows images on Linux using Packer. Tried using OSDUpdate which looks like a really nice util but is stuck upon it being based on Start-BitsTransfer from the BitsTransfer module....

enhancement

### Describe the bug Passing ha_mode errors out with: Unsupported parameters for (nsxt_policy_tier1) module: ha_mode Supported parameters include ......... ### Reproduction steps Run any play/task with ha_mode set to "ACTIVE_STANDBY"...

bug

Not sure what hinders from allowing downloading models in runtime and serving them? https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/FileUtil.java ``` public static MappedByteBuffer loadMappedFile(@NonNull Context context, @NonNull String filePath) throws IOException { SupportPreconditions.checkNotNull(context, "Context should...

Not sure why I'm getting GEOFENCE_NOT_AVAILABLE. Location is enabled as "always" for my app. Not much info available on this error. Feedback appreciated!

Would be nice if the CLI would check for ENV just like the Python client seems to provide. Easy fix? Tried setting up the dev-env to have a go but...