Fedor Belov
Fedor Belov
Here is an explanation: 1. Connect to not paired device: ``` BluetoothConnection connection = await BluetoothConnection.toAddress(result.device.address); ``` 2. Request/push some data 3. Disconnect from device: ``` connection.finish(); ``` 4. Once...
Hello. Thank you for very useful tool. I used `jvmtop.sh`. It opened random port which can't be hidden by firewall. Few questions: 1. Is it safe to use? Can this...
Hello. I wanna make remote complete results dependable on entry content. Please pass entry as a second param to searchQuery function
Hello. I'm new to Flutter with Angular background. I can compare these techs and I see a big pain with Flutter: - it's hard to style widgets (vs css) -...
1. Create h1 opened, save 2. Open, collapse h1, don't save 3. Refresh In this case, h1 state will be read from localStorage, differ from JSON persisted state and onChange...
Hello. I've got a table with rows. ``` @FindBy(css = ".t-collaborator") private FluentList collaborators; ``` My test does the following: 1. Check rows content 2. Add one more row 3....
We found that weed-fs has some undocumented URLs (like `/admin/`, `/ui/index.html`, etc). Can you document it so we can correctly configure our firewall
I've got component which conditionally loads on the page. OnLoad method has following code: ``` const onLoad = () => { if (props.model) { emailEditorRef.current.editor.loadDesign(props.model) } emailEditorRef.current.editor.addEventListener('design:updated', (e: any) =>...
Hello. How to create custom enter / dismiss animation? It would be great to have fadein / fadeout animation
Reproducable in iOs 5.1.1 (Safari) and any default Android browser 4+. When browser loads data from back-forward cache (http://stackoverflow.com/questions/11979156/mobile-safari-back-button) an exception is thrown `Uncaught TypeError: Cannot call method 'indexOf' of...