Miroslaw

Results 6 issues of Miroslaw

Please give me a code example. I have a local http web server available at 127.0.0.1:8089 How can I receive it by going to the address in the browser http://server.local?

How to increase the precision of arr.length in van.derive? Currently length == 0 is not possible. https://jsfiddle.net/creatormir/cbaey9n3/ ``` const {a, button, div, input, span, strike} = van.tags let items; const...

I am adding submodule via porcelain `submodule_add`, `submodule_init` but I don’t know how to make the loading command. This is not obvious in the documentation.

I have changed a submodule and want to update the repository of this submodule. ``` remote = 'origin' remote = repo.remotes[remote] repo.config.get_global_config()['safe.directory'] = remote.url res = remote.push(['refs/heads/temp']) ``` But I...

I expect that when calling hydration, the entire `DOM` will be preserved and all reactivity/interactivity and events will be bound to it. However, I see that when calling hydration, all...

I have created a web application with routing. Now I want to get html files for my list of URI routes. This is necessary for search engines and fast page...