Giles

Results 29 issues of Giles

None of the beforeshow aftershow &c methods get called for a page when the route changes but the page remains displayed. There maybe a better way of doing this in...

I've added a skip-to-href into my copy of pagerjs - it implements a redirect. I thought I'd mention it in case you wanted to include it: ``` //added by gb...

To cope with parameterised urls in p.init rather than ... ``` if (parent.route && (parent.route[0] === m.getId() || (parent.route.length && m.getId() === '?') )) { ``` you need... ``` if...

for Native template engine which was leaving stuff in the DOM

severity: minor
type: feature
affected: all

if you set ``` { "tagMessageInChangeLog": true } ``` in .versionrc and run standard commit with a tag message (or accept the default) ``` standard-version --releaseCommitMessageFormat 'the final final version!'...

Doc says: "Query deduplication can help reduce the number of queries that are sent over the wire. It is turned on by default, but can be turned off by passing...

I can make this work with a server running ``` $ dpkg --list openssh-server Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-===============-============-================================================================= ii openssh-server 1:8.0p1-6build1...

help wanted

It's creating the directory but then exiting with 1 - I'm guessing that it's copying tared files and then can't untar is it meant to work in this situation?

``` $ uhyve target/x86_64-unknown-hermit/debug/hello_world thread 'main' panicked at 'Unable to create VM: OsError(16)', /home/giles/.cargo/registry/src/github.com-1ecc6299db9ec823/uhyve-0.0.23/src/bin/uhyve.rs:181:10 stack backtrace: 0: 0x56016c0fd697 - std::backtrace_rs::backtrace::libunwind::trace::h746c3e9529d524bc at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 1: 0x56016c0fd697 - std::backtrace_rs::backtrace::trace_unsynchronized::h86340908ff889faa at /rustc/1700ca07c6dd7becff85678409a5df6ad4cf4f47/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x56016c0fd697...

Is there/should there be a way to fail a subscription when disconnected from the server? I would normally crash the process when this happens.. However ``` const msg = await...

triage/week-12