|
00:22
topnep left
00:23
topnep joined
|
|||
| [Coke] | m: say '2026-03-18'.Int | 00:27 | |
| camelia | Cannot convert string to number: imaginary part of complex number must be followed by 'i' or '\i' in '2026-03<HERE>-18' (indicated by <HERE>) in block <unit> at <tmp> line 1 |
||
| [Coke] | That error is LTA | ||
| (but I get why it happens) | 01:00 | ||
|
01:05
jgaz left
01:06
sibl joined,
sibl left
01:08
sibl joined
|
|||
| [Coke] | david - so it's actually fast enough these days to get *all* the combiners not just the smaller ranges I was searching, so then I can better search for "combiners above", etc., but then also get things like: | 01:35 | |
| m: 0x18A9.chr.uninames.say | 01:36 | ||
| camelia | (MONGOLIAN LETTER ALI GALI DAGALGA) | ||
| [Coke] | m: 0x18A9.chr.uniprop('Canonical_Combining_Class').say | ||
| camelia | 228 | ||
| [Coke] | which is somehow an above-left combiner?? | ||
| m: say "m" ~ 0x18A9.chr | 01:37 | ||
| camelia | mᢩ | ||
| [Coke] | ... ah, that actually works locally here as a one shot (but apparently combining it with other combiners is bad.) | 01:38 | |
|
02:05
xinming joined
|
|||
| [Coke] | david: github.com/coke/raku-unicode-mangl...26a3f75c69 | 02:18 | |
| tellable6 | [Coke], I'll pass your message to david7832 | ||
| [Coke] | gist.github.com/coke/85076f7defec0...614cc6635a is the output right now | 02:34 | |
|
02:59
hulk joined,
kylese left
03:15
hulk left,
kylese joined
|
|||
| [Coke] | update the gist - those are all the ones that look fine in my terminal - I see there's a lot post-paste that should probably also be removed. | 03:53 | |
| c᤻ is one that doesn't look great going through the gist. | 03:54 | ||
|
04:13
sibl left,
sibl joined
|
|||
| [Coke] | david: github.com/coke/raku-unicode-mangler/pull/8 - this generates stuff that looks pretty good on my mac. (didn't deal with the weird ones in the gist yet) | 04:20 | |
| tellable6 | [Coke], I'll pass your message to david7832 | ||
| [Coke] | w֖ۡo֑ⷬr͚ⷣk̢᷌i̪ꙹnႍ᩷g݈꣦,͈꣣ ͎ٓm࣯᭳oܷ꣭s̢̔t᭬͆lࣣ݃yׅ֜ | 04:23 | |
| l︪ᷔi᳝͒z̛࣭ ܴ꫁p̝᩶r̨᷍o̼ۙl͢͠l̮᭲y֪ࠢ ᳙̐a༵ࠫl̡֝r̩߯e᳝֜aܼؕd͔ⷮyٜࠣ ᳙ྂhࣺ࠘a֦ࠛs͙꣯ ࣹ߳a֥߭ ̠֟m᷊ⷹo̖᳒d̹꫁u߽߫l̡꫁e͓꣢ ⃮꣱fⷻ͜oࣹ꣡r̝̍ ᷂ᷘt̬ͥhܴ֯ĩ̹s〪ࠪ | 04:25 | ||
|
04:26
ShimmerFairy joined
04:34
sibl left
04:42
annamalai joined
05:04
causal joined
06:01
sibl joined
06:05
Aedil joined
06:53
sibl left
07:05
sibl joined
07:14
brabo left
07:16
pierrot left
07:17
pierrot joined
07:20
pierrot left
|
|||
| Voldenet | it's completely unreadable on my terminal imgur.com/bILUbNe | 07:21 | |
| its unicode support is rather basic though | 07:22 | ||
|
07:23
causal left
07:26
brabo joined,
causal joined,
pierrot joined
07:40
abraxxa joined
07:54
Sgeo left,
causal left
08:10
Aedil left
|
|||
| lizmat | [Coke]: actually, [Tux] has a module for that | 08:11 | |
| disbot2 | <librasteve> weekly: raku.land/zef:coke/App::Unicode::Mangle | 08:27 | |
| notable6 | librasteve, Noted! (weekly) | ||
| disbot2 | <librasteve> first time I have noticed the mangler … great app! kudos | ||
|
09:12
dakkar joined
09:16
librasteve_ left
10:00
sibl left
10:49
topnep left
10:50
topnep joined
10:58
david96 joined,
david96 is now known as david7823
|
|||
| Geth | ¦ problem-solving: librasteve assigned to rba Issue Raku.org -Ofun github.com/Raku/problem-solving/issues/517 | 10:59 | |
|
11:04
sibl joined
|
|||
| SmokeMachine | m: class Bla {}.HOW.set_why: Pod::Block::Declarator.new: :contents<blablabla ble>; say $=pod; say Bla.WHY # should this print something? | 11:07 | |
| camelia | [] |
||
|
11:11
sibl left
11:28
david7823 left
11:50
jgaz joined
11:55
sibl joined
|
|||
| Voldenet | Hm, it would be nice if raku.land had simple `zef install {…}` on module page - similar to what npm or nuget have | 11:56 | |
|
12:16
sibl left
12:53
vrurg left
12:54
vrurg joined,
topnep left
12:55
topnep joined
|
|||
| disbot2 | <antononcube> It is an attempt to usurp the mindshare of "Acme::Text::UpsideDown". | 13:29 | |
| <antononcube> Trying out "Slang::NumberBase:ver<0.0.3>" in the raku REPL (on macOS) and I see some problems. | 13:40 | ||
| <antononcube> If confirmed, I will file related issues later today ... | 13:41 | ||
| <antononcube> Also -- most importantly -- "123.45".parse-base('beer') does not work! | 13:43 | ||
| <antononcube> (In case you do not know, 123.base('beer') does work.) | 13:44 | ||
|
14:59
topnep left
15:02
topnep joined
|
|||
| Voldenet | what | 15:19 | |
| m: "123".parse-base("beer").say | |||
| camelia | Cannot convert string to number: malformed base-2 number in '1<HERE>23' (indicated by <HERE>) in block <unit> at <tmp> line 1 |
||
| disbot2 | <antononcube> right -- bad, really bad!! | 15:20 | |
| <librasteve> m: say 123.base('beer') | 15:21 | ||
| evalable6 | 🍻🍻🍻🍻🍺🍻🍻 | ||
| disbot2 | <librasteve> wtf | ||
| Voldenet | What. | 15:22 | |
| disbot2 | <antononcube> m: say 123.base('camel') | ||
| evalable6 | 🐫🐫🐫🐫🐪🐫🐫 | ||
| [Coke] | m: say "🍻🍻🍻🍻🍺🍻🍻".parse-base('beer') | ||
| camelia | 123 | ||
| [Coke] | "doctor, it's too clever for it's own good" | 15:23 | |
| Voldenet | ah, it's binary but with beer icons :D | ||
| disbot2 | <antononcube> Same with camels | ||
| <librasteve> Fortran camels? | |||
| <antononcube> I think Camelia camels. | 15:26 | ||
| [Coke] | Obviously an old perl reference. (again, too clever for its own good) | 15:31 | |
| greppable6: beer|camel | 15:36 | ||
| greppable6 | [Coke], and I oop! Backtrace: gist.github.com/25542aa030bb88bf58...71699fdcbe | ||
| [Coke] | Unsupported source “�cpan” | ||
| greppable6: beer | 15:39 | ||
| greppable6 | [Coke], and I oop! Backtrace: gist.github.com/a455bc775eabcf292d...b2e3a9ab76 | ||
| [Coke] | what's the shared whateverable channel? | 15:41 | |
| greppable6: help | 15:42 | ||
| greppable6 | [Coke], Like this: greppable6: password # See wiki for more examples: github.com/Raku/whateverable/wiki/Greppable | ||
| [Coke] | opened github.com/Raku/whateverable/issues/402 | 15:45 | |
| librasteve, I uploaded a new version of mangler with my, david, and liz's changes. Nothing really user-visible except that --combo should be slightly more stable, at least on mac. :) | 16:19 | ||
| heh. and as I say that, my last 10 tries to generate something have weird looking output. :) | 16:20 | ||
| ⓔ ⓝ 🄹 𝘰 🆈 ¡ | 16:21 | ||
| disbot2 | <librasteve> excellent … definitely one for the weekly Tips n Tricks … | 16:25 | |
| [Coke] | There are several other options - combo is in the only one that's kind of wonky, the rest should work | ||
| bah. I see that I have plenty of remaining issues that don't generate the missing character glyph, but then lose the original letter. Will remove all those and republish today. bah | 16:27 | ||
| ok, everything left renders fine individually, but some combinations remaining aren't great. Might need to add more checks in the util script | 16:41 | ||
|
17:13
Aedil joined
17:32
dakkar left
17:55
abraxxa left
18:32
david7832 joined
|
|||
| [Coke] | a̻ᷙn֤᷾y֥֝ ֦͐ḅꙻe⃯᷀t̪֔t᷏᷾ȇٜr̜۠?͙᷌ | 19:01 | |
| a֪ⷺn͢͠y̱⃛ ᷊̍b̹҅e̝ٔt᷿ᷤt̺̽eꙹ͜r̖̃?᷏ⷡ | |||
|
19:11
topnep left
19:12
topnep joined
19:25
librasteve_ joined
19:26
david7832 left
|
|||
| librasteve_ | a͓ؖ ॒᩵l᳕ᨗi̥ͨt֚ࠩt᳟ⷻlׅ̀e߽ⷾ | 19:28 | |
| whole new approach to captcha? | 19:29 | ||
| [Coke] | did some more cleanup, avoiding things like "above-left" combiners. Looks fine as a one shot, but then when you have another letter to the left of that with something over it... | 19:36 | |
| released | 19:53 | ||
|
19:57
david7832 joined
20:33
abraxxa joined
20:50
abraxxa left
|
|||
| japhb | [Coke], lizmat: I absolutely love that the READMEs of both modules point to each other in a positive way. I'm so used to people writing stuff that amounts to "this came first but it sucked so I'm replacing it" that it's nice to just see "here's another good one with a different POV" | 20:50 | |
|
21:05
abraxxa joined
|
|||
| [Coke] | :) | 21:30 | |
| A͓︣vۣᷖo֦⃑ï̮d̻ⷢ ͬͅt̤֬o〪ⷢx̘ͭi̻ᷥc̫ᷠi̠ᷕt̖ⷩy̲᷁ | 21:31 | ||
| ... thAt said avoid, now it reads avid. oops. :) | |||
| oh. an "undo" might be nice. | 21:32 | ||
| m: say "A͓︣vۣᷖo֦⃑ï̮d̻ⷢ ͬͅt̤֬o〪ⷢx̘ͭi̻ᷥc̫ᷠi̠ᷕt̖ⷩy̲᷁".NFC.grep(*.uniprop('Canonical_Combining_Class') ==0).map(*.chr).join | 21:38 | ||
| camelia | Avoïd toxicity | ||
|
21:38
abraxxa left
|
|||
| [Coke] | oops, need: | 21:39 | |
| m: say "A͓︣vۣᷖo֦⃑ï̮d̻ⷢ ͬͅt̤֬o〪ⷢx̘ͭi̻ᷥc̫ᷠi̠ᷕt̖ⷩy̲᷁".NFKD.grep(*.uniprop('Canonical_Combining_Class') ==0).map(*.chr).join | |||
| camelia | Avoid toxicity | ||
| Geth | ¦ problem-solving: lizmat unassigned from rba Issue Raku.org -Ofun Panel Quality Concerns github.com/Raku/problem-solving/issues/517 | 22:04 | |
|
22:40
sacomo joined
23:11
topnep left
23:12
topnep joined
23:14
jrjsmrtn_ joined
23:15
Sgeo joined,
cryosis left
23:16
jrjsmrtn left
23:18
peder left
23:19
Altreus left,
perryprog left
23:20
peder joined,
perryprog_ joined,
cpli left
23:24
cpli joined
23:29
tailgate left,
PotatoGim left,
toddr left,
m6locks left,
BinGOs left
23:32
tailgate joined,
Altreus joined
23:37
tejr left
23:40
PotatoGim joined,
toddr joined,
m6locks joined,
BinGOs joined,
PotatoGim left
23:41
PotatoGim joined
23:46
perryprog_ is now known as perryprog
23:57
abraxxa joined,
abraxxa left
|
|||