Time |
Nick |
Message |
07:14 |
|
rjackson_isl joined #evergreen |
07:36 |
|
collum joined #evergreen |
07:49 |
|
mantis joined #evergreen |
08:36 |
|
mmorgan joined #evergreen |
08:36 |
|
Dyrcona joined #evergreen |
08:51 |
|
rjackson_isl joined #evergreen |
09:02 |
|
rfrasur joined #evergreen |
10:08 |
|
alynn26 joined #evergreen |
10:12 |
|
jvwoolf joined #evergreen |
10:38 |
Bmagic |
gmcharlt JBoyer: bug 1174498 |
10:38 |
pinesol |
Launchpad bug 1174498 in Evergreen "Payment by billing type breakdown" [Wishlist,Confirmed] https://launchpad.net/bugs/1174498 |
10:39 |
gmcharlt |
Bmagic: thanks! |
10:40 |
Bmagic |
no no no, thank you! |
10:56 |
Dyrcona |
Sometimes, Emacs shortcuts are a pain. I all too often Ctrl-x-5-0 when I mean Ctrl-x-5-o, but vim users don't have to worry about that, 'cause you can only have 1 window at a time anyway. :P |
10:56 |
berick |
vim has tabs |
10:58 |
Dyrcona |
Emacs has the equivalent of tabs, called windows or buffers. Multiple windows are called "frames," because history..... :) |
10:59 |
Dyrcona |
When I type "git commit" a new Emacs frame is opened communicating with the server started by main Emacs instance. I occasionally want to switch frames to copy and paste something, and I occasionally close the frame by accident. |
11:00 |
Dyrcona |
If I do Ctrl-x-v-v in Emacs to commit, I don't have that problem, but that sequence only works on the file open in the current buffer. It's an issue of configuration and mixing CLI with Emacs-y stuff. |
11:01 |
Dyrcona |
But, my real problem is that I have no music playing. :) |
11:04 |
Dyrcona |
My EDITOR environment variable is set to "emacsclient -a '' -c" |
11:05 |
Dyrcona |
Anyway, back to messing up the Quipu code. :) |
11:16 |
Dyrcona |
Suppose that I could remove -c and use the existing emacs frame, if any.... |
11:44 |
|
jihpringle joined #evergreen |
11:48 |
Dyrcona |
mmorgan: When I ran a timed test removing 62,408 URIs from 61,595 bib records, it took an average of 1.2 seconds to update a record on my training database. |
11:49 |
Dyrcona |
The longest took 50.94255 seconds. |
11:49 |
Dyrcona |
The shortest took 0.666507 seconds. |
11:50 |
|
jvwoolf joined #evergreen |
12:07 |
csharp_ |
vim equivalent to multiple windows/frames/buffers: https://linuxhint.com/opening_switching_multiple_files_vim/ |
12:14 |
mmorgan |
Dyrcona++ |
12:16 |
phasefx_ |
my favorite use of windows in vim: vimdiff |
12:17 |
* berick |
prefers 'vim -p' style tabs |
12:22 |
phasefx |
neat, I didn't know it had those without the gui |
12:22 |
* phasefx |
uses this sometimes: nnoremap <F5> :buffers<CR>:buffer<Space> |
12:35 |
|
collum joined #evergreen |
12:37 |
Dyrcona |
Emacs had ediff-* for files or open buffers. I really like emerge because you can merge changes from one file into another. |
12:38 |
Dyrcona |
Heh... I feel like I'm in elementary school: "Anything vim can do, emacs can do better." :) |
12:38 |
|
collum joined #evergreen |
12:44 |
jeffdavis |
Tabs! 15+ years of using vim and I'm still learning. :) |
12:46 |
|
jvwoolf joined #evergreen |
12:47 |
Dyrcona |
Thirty years of using Emacs, and I'm still learning. :P |
12:48 |
jeffdavis |
To be fair, you have a lot more keystrokes to learn. |
12:48 |
Dyrcona |
:) |
12:48 |
mmorgan |
Once you've learned everything, just wait a minute and there will be plenty more to learn. |
12:50 |
Dyrcona |
Emacs skeletons totally rock. It's almost like having TT2 in your editor. |
13:52 |
csharp_ |
berick++ # vim -p - I've never used that before |
13:53 |
csharp_ |
https://www.youtube.com/watch?v=J0-N1nVTU4k - a nice tutorial on that feature |
13:56 |
csharp_ |
@quote add <mmorgan> Once you've learned everything, just wait a minute and there will be plenty more to learn. |
13:56 |
pinesol |
csharp_: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command). |
13:56 |
csharp_ |
@quote add <mmorgan> Once you've learned everything, just wait a minute and there will be plenty more to learn. |
13:56 |
pinesol |
csharp_: The operation succeeded. Quote #216 added. |
13:57 |
csharp_ |
jeffdavis: so far so good today after the bug 1932051 fix |
13:57 |
pinesol |
Launchpad bug 1932051 in Evergreen "AngularJS Add to Item Bucket Generating too many simultaneous requests" [High,Confirmed] https://launchpad.net/bugs/1932051 |
13:57 |
csharp_ |
haven't seen anything close to an open-ils.actor spike all day |
13:59 |
|
bshum joined #evergreen |
14:04 |
jeffdavis |
csharp_: that's great to hear! |
14:17 |
|
collum joined #evergreen |
14:52 |
|
jvwoolf joined #evergreen |
15:57 |
csharp_ |
hmmm |
15:57 |
csharp_ |
Can't locate object method "search_actor_usr" via package "OpenILS::Utils::CStoreEditor" at ./new_import_student_data.pl line 344. |
15:57 |
csharp_ |
what would cause that? my syntax looks right... |
15:58 |
berick |
csharp_: search_actor_user |
15:58 |
berick |
it does't use the DB table name, it uses the oils_obj:fieldmapper value from the IDL |
15:58 |
csharp_ |
oooohhhhh |
15:59 |
csharp_ |
thanks! |
16:02 |
Dyrcona |
Yeah, that one has bitten me before. |
16:03 |
Dyrcona |
Maybe we should rename the table? |
16:03 |
Dyrcona |
Never mind, that would be too much hassle. |
16:53 |
JBoyer |
Bmagic++ |
17:03 |
|
mmorgan left #evergreen |
17:07 |
Bmagic |
JBoyer: I would be remiss if I didn't mention this. The money.account_adjustment table contains a billing column. Which I think matches to the billing ID. Which means, it's possible to take that down into our new materialized table as the matching ID's and not perform the chronological order business |
17:08 |
Bmagic |
And somehow, I missed that little detail (for account adjustments) until today |
17:37 |
|
gsams_ joined #evergreen |
18:01 |
pinesol |
News from qatests: Failed Log Output: osrfsys.log <http://testing.evergreen-ils.org/~live//archive/2021-08/2021-08-31_16:00:02/test.79.html> |