carcinocron

Results 51 comments of carcinocron

People are telling to me to implement and/or asking if I've implemented "Activity Pub" in something I am working on. `test.activitypub.rocks` is down for at least a year and FediDB...

Ok, well, this thread is a dead-end for me, and apparently maybe even a lot of other people, so flatly denying that it's abandoned isn't very convincing or inspiring.

Same error: ``` Could not find trigger v-el in your component that uses popoverMixin popoverMixins.js:63 ``` Did something about `$refs` change? https://github.com/vuejs/vue/issues/3467

https://github.com/pmill/aws-cognito I would look at this instead, this library seems to be for passing your password through your server instead of SSO.

unrelated information on crystal wasm hello world build size: ``` + lib/js/scripts/build.sh src/main.cr --error-trace + ls -lh main.js main.wasm -rw-r--r-- 1 forge forge 6.6K Jul 31 10:30 main.js -rwxr-xr-x 1...

Let's say if we had a seperate js file that needed to call a function from crystal, what would that look like? main.cr ```cr def foo return "bar" end ```...

```cr pp "A" begin raise "B" rescue ex pp ex end pp "C" ``` only outputs `"A"` and `EXITING: Attempting to raise: B (Exception)` . I think this is WebAssembly's...

I tried this and it compiled but it didn't crash or output `"fired"`. ```cr class ::Web::EventTarget def addEventListener(name : ::String, listener : Proc(Nil)) : Nil pp "::Web::EventTarget.addEventListener before #{__LINE__}"

I wanted to make an interactive canvas thing with most of the core logic in crystal, but I need at least mouse events for it to be feasible. `Proc` specifically...

I'm writing a novel and my novel's main character is a normal persons name (not a made up name) but Zettlr is hightlighting as a misspelled word. There is no...