Oldrich Svec

Results 13 issues of Oldrich Svec

In the ESM (EcmaScript Modules) version, css files are being imported like: ``` import './actionbar.css'; ``` I have looked into the ECMA-262, TC39 proposals etc. but nowhere I could find...

feature-request
integration
ESM

I propose to make the group element opacity customizable instead of fixed value similar to leg options: ``` this.setOpacity(0.3); ```

There is probably a bug here: https://github.com/devbridge/jQuery-Autocomplete/blob/master/src/jquery.autocomplete.js#L139 as when the `value` contains HTML, it gets injected directly into the HTML.

https://github.com/supnate/rekit/blob/master/packages/rekit-studio/src/features/common/monaco/configureMonacoEditor.js should probably be `setMaximu`m`WorkerIdleTime`

Multiline import / exports are currently not processed: ``` export { ChangeHook, EnterHook, InjectedRouter, LeaveHook, ParseQueryString, RouteComponent, RouteComponents, RouteComponentProps, RouteConfig, RoutePattern, RouterProps, RouterState, RedirectFunction, StringifyQuery } from "./lib/Router"; ```

alpha version with a lot of bugs :)

Is there any reason why you fix the interval scaling of the trickle algorithm to be `2`? I have made custom changes to `trickle.c` which you can find here: https://gist.github.com/czb/e6788a682b172f03aeb5c1254239bdeb...

What is the meaning of time_prev in refresh_t in trickle.c? It seems never to be used.

enhancement

Is there any exposed function to forget certain handle? I would like to keep all handles persistent and write my own logic to decide when to completely erase all info...

enhancement
question