• I am one of the two people behind lavatech, hello.
  • https://l4.pm
  • skirts

  • Joined on 2018-11-12
luna pushed to master at luna/kemal 2020-09-01 21:10:45 +00:00
c3cd44205f Merge remote-tracking branch 'upstream/master' into master
a819d4792b Refactor run_spec to use process exit instead of empty stderr (#584)
dfe7dca08f fix websocket issue (#577)
2e749a2987 fix an issues with responding with long strings (#576)
a8c0f09b85 Upgrade to Crystal 0.35.0 (#570)
Compare 5 commits »
luna pushed to master at luna/scritcher 2020-08-19 00:02:55 +00:00
5e8093b26f free lv2 ports slice
luna pushed to master at luna/scritcher 2020-08-19 00:00:23 +00:00
7097334201 turn on gpa
c2834f8254 properly free Image contents
Compare 2 commits »
luna pushed to master at luna/scritcher 2020-08-18 23:57:57 +00:00
77cceab288 make Image free its paths
9527426d48 remove memleak when getting args
0cd47be7ac remove need to dupe strings to command structs
708ef45600 fix use-after-free on repl
f61e9b013f make CommandList free its command pointers
Compare 5 commits »
luna pushed to master at luna/scritcher 2020-08-18 20:58:23 +00:00
4adf80e51a fix some memory leaks
353d8d6947 fix for latest zig
Compare 2 commits »
luna commented on pull request distok/cutthecord#77 2020-08-18 18:53:53 +00:00
add (deleted) to deleted messages

@Apashe This is the upstream CutTheCord repository. Look over the specific Bluecord repository for specific requests on Bluecord itself.

Though I can answer that quetsion, you can not. Blocking is not a client-side thing that can be bypassed.

luna pushed to master at luna/rayoko 2020-07-23 21:07:35 +00:00
5771877457 fix llvm_table shenanigans
2357de5a04 llvm10 time
Compare 2 commits »
luna pushed to master at luna/rayoko 2020-07-23 20:17:18 +00:00
5713df2a8b more fixes
b0ddffd5fe hashmap changes, part 2
0265eddb2e hashmap changes
56be677c7a at() -> items[]
e0f0ae7f24 toSlice -> items
Compare 6 commits »
luna pushed to master at luna/vig 2020-07-23 19:39:30 +00:00
c80f887597 update to latest zig
38f0b04351 updates for latest zig
Compare 2 commits »
luna pushed to master at luna/scritcher 2020-07-23 19:32:43 +00:00
8aa65958d0 cast ptr
fa7e993ec2 zig fmt pass
Compare 2 commits »
luna commented on issue distok/cutthecord#68 2020-07-08 18:14:25 +00:00
GUI compiler

My opinions:

  • CTCCI exists, https://gitdab.com/distok/cutthecord/src/branch/master/ctcci
    • Users can request a patchset to be added to CTCCI, which goes to F-Droid, I can't guarantee it'll be added, though.
  • Any server doing builds for anyone on request with any patchset should be pretty strict, to prevent abuse. And also very beefy.
    • In regards to abuse: there are, currently, 28 independent patches, the total amount of patchsets is much, much higher. Any backend built for this should have strict requirements on how it does things like caching, or overall build resource usage.
luna commented on issue distok/cutthecord#62 2020-07-05 17:41:09 +00:00
Plugin Manager

The current design disallows patching things at runtime (since patches are by design things that need to be applied somewhere). You could investigate things with reflection, but I feel it's a large amount of work to do for little results...

And we didn't reach the part where we have to deal with the complexity of adding a new screen to toggle patches in the client..

luna opened issue luna/scritcher#17 2020-06-09 22:44:37 +00:00
moddelay command makes image.sseek assert fail
luna opened issue luna/scritcher#16 2020-06-09 22:43:53 +00:00
REPL bug
luna pushed to master at luna/scritcher 2020-06-09 22:38:09 +00:00
973d6e63c5 Merge pull request 'Better LILV/LV2 integration' (#15) from better-lilv into master
8d312cd987 use lv2.h provided at root of /usr/include
c80a6d0df7 fix typos and actually add dirs to step
0ba2c5ffcc add basics of searching for lilv
Compare 4 commits »
luna merged pull request luna/scritcher#15 2020-06-09 22:38:09 +00:00
Better LILV/LV2 integration
luna closed issue luna/scritcher#12 2020-06-09 22:38:09 +00:00
Improve LILV library finding
luna created pull request luna/scritcher#15 2020-06-03 01:26:57 +00:00
Better LILV/LV2 integration
luna pushed to better-lilv at luna/scritcher 2020-06-03 01:25:23 +00:00
8d312cd987 use lv2.h provided at root of /usr/include
c80a6d0df7 fix typos and actually add dirs to step
Compare 2 commits »
luna pushed to better-lilv at luna/scritcher 2020-06-03 00:42:48 +00:00
0ba2c5ffcc add basics of searching for lilv