Skip to content

Instantly share code, notes, and snippets.

diff --git a/apps/editor/package.json b/apps/editor/package.json
index 66d4075c..0dce283e 100644
--- a/apps/editor/package.json
+++ b/apps/editor/package.json
@@ -83,12 +83,12 @@
},
"dependencies": {
"dompurify": "^2.3.3",
- "prosemirror-commands": "^1.1.9",
- "prosemirror-history": "^1.1.3",
arimus@MacBook-Pro ~/workspace/rethinkdb/build/debug_clang (v2.4.x) $ lldb ./rethinkdb-unittest
(lldb) target create "./rethinkdb-unittest"
Current executable set to '/Users/arimus/workspace/rethinkdb/build/debug_clang/rethinkdb-unittest' (arm64).
(lldb) b malloc_error_break
Breakpoint 1: where = libsystem_malloc.dylib`malloc_error_break, address = 0x000000018013e148
(lldb) run
Process 75787 launched: '/Users/arimus/workspace/rethinkdb/build/debug_clang/rethinkdb-unittest' (arm64)
[==========] Running 336 tests from 73 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from DatumTest
[435/438] BUILD re2_2015-11-01
[436/438] BUILD quickjs_2021-03-27
[437/438] LD build/release_clang/rethinkdb
ld: warning: ignoring file /Users/arimus/workspace/rethinkdb/build/external/openssl_3.0.1/lib/libssl.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
ld: warning: ignoring file /Users/arimus/workspace/rethinkdb/build/external/openssl_3.0.1/lib/libcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_BN_CTX_free", referenced from:
geo::ExactFloat::GetDecimalDigits(int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in exactfloat.o
geo::operator*(geo::ExactFloat const&, geo::ExactFloat const&) in exactfloat.o
"_BN_CTX_new", referenced from:
@arimus
arimus / index.html
Created September 26, 2021 19:34
test type
<input class="test" type="text" value="" placeholder="some placeholder">
<my-app></my-app>
@arimus
arimus / ngrxintro.md
Created September 18, 2018 00:44 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

This file has been truncated, but you can view the full file.
Attaching to process ID 16302, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 20.0-b11
Deadlock Detection:
java.lang.NullPointerException
at sun.jvm.hotspot.oops.InstanceKlass.computeSubtypeOf(InstanceKlass.java:426)
at sun.jvm.hotspot.oops.Klass.isSubtypeOf(Klass.java:137)
at sun.jvm.hotspot.oops.Oop.isA(Oop.java:100)
This file has been truncated, but you can view the full file.
Attaching to process ID 16302, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 20.0-b11
Deadlock Detection:
java.lang.NullPointerException
at sun.jvm.hotspot.oops.InstanceKlass.computeSubtypeOf(InstanceKlass.java:426)
at sun.jvm.hotspot.oops.Klass.isSubtypeOf(Klass.java:137)
at sun.jvm.hotspot.oops.Oop.isA(Oop.java:100)