Displaying 6 results from an estimated 6 matches for "l562".
Did you mean:
562
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
Olly,
Thanks again very much for helping me improve my understanding of Xapian
and Omega. Thanks especially for pointing out that my idea of trying to
generate a snippet from stemmed text lacking capitalization and punctuation
would probably not produce a user-friendly result.
But I'm still doubtful that expanding the sample size could be the right
way to obtain excerpts from the document
2020 Sep 21
0
help improving relevance of snippets displayed by Omega
...result:
https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/hansardlist.php#L1279-L1306
Which uses two functions to then work out the extract,
position_of_first_word:
https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L562
and highlight:
https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L475
They stem the entered words and loop through the speeches to find the
match/thing to highlight.
ATB,
Matthew
On Sun, 20 Sep 2020 at 03:57, Michael Decerbo <michaeldecerbo at...
2020 Sep 21
1
help improving relevance of snippets displayed by Omega
...ub.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/hansardlist.php#L1279-L1306
> Which uses two functions to then work out the extract,
> position_of_first_word:
>
> https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L562
> and highlight:
>
> https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L475
> They stem the entered words and loop through the speeches to find the
> match/thing to highlight.
>
> ATB,
> Matthew
>
> On Sun, 20 Sep 2020...
2020 Jan 03
2
Tripp Lite SMART1500LCD will not stay shut down when power is disconnected
I see, so you kept the load.on.delay command but removed the check to see
if it was handled. Did you do the same thing for the shutdown.stayoff logic?
https://github.com/networkupstools/nut/blob/master/drivers/usbhid-ups.c#L562
This might be a dumb question but did this require you to recompile the
kernel? These types of changes are way beyond my depth.
Thank you for the direction!
On Thu, Jan 2, 2020, 11:38 AM Ken Olum <kdo at cosmos.phy.tufts.edu> wrote:
> Hi, Layne. I had a similar problem with my Tripp-L...
2016 Nov 21
11
[Bug 2642] New: [sshconnect2] publickey authentication only properly works if used first: pubkey_prepare doesn't work after pubkey_cleanup
...: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: git at lerya.net
When using multiple Authentication method after a successful partial
authentication, the following code is run
(https://github.com/openssh/openssh-portable/blob/master/sshconnect2.c#L562-L564):
```
/* reset state */
pubkey_cleanup(authctxt);
pubkey_prepare(authctxt);
```
Unfortunately, this does _not_ reset the state!
- pubkey_cleanup is simple, it just closes the agent connection and
delete all keys in authctxt->keys
- pubkey_pre...
2020 Jan 01
2
Tripp Lite SMART1500LCD will not stay shut down when power is disconnected
When running 'sudo upsmon -c fsd' UPS turns off then back on after a delay
as expected. But when power is disconnected and the command is ran, the UPS
turns off but still turns back on again.
Changing 'ondelay' to -1 or 0 does not change the behavior.
How can I get the UPS load to stay turned off if there is no power? Or am I
misunderstanding how to test this functionality?