Archimedes Trajano

Results 124 issues of Archimedes Trajano

# Feature Request Add support for Edge Dev as the HTML engine instead of the normal Edge. ## Motivation Behind Feature * Support for Transparent WEBM videos. ## Feature Description...

The server seems to be yielding the following error message Expecting an object with a field named `VirtualIPs` at _.services[12].Endpoint but instead got: {"Spec":{}} ![image](https://user-images.githubusercontent.com/110627/43118593-89810b18-8ee0-11e8-86c4-13fb3ed17a5d.png)

bug

Can you allow an env var e.g. `PREFIX=/dashboard` so we can access it using that prefix?

enhancement

Can you show the network name as a tooltip when hovering over the lines?

enhancement

According to the spec https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition specifically `filename*` utf8 encoded filenames has to be sent with the encoding information in the `filename*` field. In addition. `filename` alone is expected to be...

needs-review

``` C:\p>npm i -g create-new-cli npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version. npm WARN deprecated [email protected]: This version is no longer...

- Plugin version (or commit ref) : v1.01 - Docker version : 18.03 - Plugin type : legacy - Operating system: Linux ## Description 1. Create the volume 2. Create...

Are there TypeScript typings available? Something like this (just took a stab) ``` declare module 'react-native-navigation-search-bar' { export type RNNSearchBarProps = { search?: string; componentId: string; statusBarHeight: number; placeholder?: string;...

I am planning to do some custom theming of NativeBase, it would be useful to have the KitchenSink app sort of embeddable into another app (via React Navigation) so we...