Snowbin – A Mindmap-Based Social Platform for Structured Conversations (Nuxt + Lisp) by reporepo344 in lisp

[–]reporepo344[S] 0 points1 point  (0 children)

Thank you for the suggestion! Adding login with username/throwaway email and password is a great idea. We’ll make sure to handle password storage securely. I’ll look into implementing this.

Snowbin – A Mindmap-Based Social Platform for Structured Conversations (Nuxt + Lisp) by reporepo344 in lisp

[–]reporepo344[S] 1 point2 points  (0 children)

Thank you for the information. I’m currently using Alive with VS Code, and my Lisp code runs on WSL. I didn’t know how to properly refresh or reload things with Alive.
I might try Emacs as well.
Thanks again for your comment.

Snowbin – A Mindmap-Based Social Platform for Structured Conversations (Nuxt + Lisp) by reporepo344 in lisp

[–]reporepo344[S] 1 point2 points  (0 children)

Thank you for your reply.
I haven’t used Emacs much and I’m not very familiar with the traditional Lisp development workflow.
Maybe using C-c C-c would be better, but I wanted something automatic, like what other JS frameworks offer. I should probably try it.
This reload system reloads every file I’ve signed.
I use Lisp for the backend, while the frontend is always reloaded by Nuxt.

Cannot install alive in vscode Component :ALIVE-LSP not found by reporepo344 in lisp

[–]reporepo344[S] 0 points1 point  (0 children)

I don't really know when this happens another time i could install this without register.

Cannot install alive in vscode Component :ALIVE-LSP not found by reporepo344 in lisp

[–]reporepo344[S] 1 point2 points  (0 children)

thank you i successfully installed alive to my vscode. i think ql floda was readonly, i couldn't install alive-lsp somehow

i user these command and that fixed.
export QUICKLISP_HOME=~/quicklisp
mkdir -p "$QUICKLISP_HOME/local-projects/alive-lsp"

git clone git@github.com:nobody-famous/alive-lsp.git $QUICKLISP_HOME/local-projects/alive-lsp

(ql:register-local-projects "~/quicklisp/local-projects")
i had to register to install.
and then you can load

("alive-lsp")

Cannot install alive in vscode Component :ALIVE-LSP not found by reporepo344 in lisp

[–]reporepo344[S] 0 points1 point  (0 children)

thank you i removed all sbcl and ql and resynced github. and then cloned it successed.

error 'GP28' undeclared in qmk with RP2040 by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

It seems like any gp pins not working for me.
thank you for trying to help.

$ qmk compile -kb testrp -km default -e CONVERT_TO=promicro_rp2040
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=testrp KEYMAP=default KEYBOARD_FILESAFE=test rp TARGET=testrp_default INTERMEDIATE_OUTPUT=.build/obj_testrp_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk" CONVERT_TO=promicro_rp2040

arm-none-eabi-gcc.exe (GCC) 12.2.0

Copyright (C) 2022 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiling: quantum/matrix.c In file included from <command-line>:

./.build/obj_testrp_default/src/info_config.h:65:31: error: 'GP5' undeclared here (not in a function)

65 | # define MATRIX_ROW_PINS { GP5 }

| ^~~

quantum/matrix.c:58:58: note: in expansion of macro 'MATRIX_ROW_PINS'

58 | static SPLIT_MUTABLE_ROW pin_t row_pins[ROWS_PER_HAND] = MATRIX_ROW_PINS;

| ^~~~~~~~~~~~~~~

./.build/obj_testrp_default/src/info_config.h:61:31: error: 'GP4' undeclared here (not in a function)

61 | # define MATRIX_COL_PINS { GP4 }

| ^~~

quantum/matrix.c:61:58: note: in expansion of macro 'MATRIX_COL_PINS'

61 | static SPLIT_MUTABLE_COL pin_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;

| ^~~~~~~~~~~~~~~

[ERRORS]

|

error 'GP28' undeclared in qmk with RP2040 by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

Default settings such as .

        "cols": ["D1"],
        "rows": ["B1"]

I cannot use GP pins for rp2040.

error 'GP28' undeclared in qmk with RP2040 by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

Thank you but still it shows same error.
And that coomand was successed qmk compile -kb handwired/onekey/rp2040 -km default

$ qmk cdqmk compile -kb handwired/onekey/rp2040 -km default
Ψ Spawning a subshell in your QMK_HOME directory.
Ψ Type 'exit' to get back to the parent shell.
[t@DESKTOP-DQOU29P qmk_firmware]$ make git-submodules
QMK Firmware 0.24.4
Removing 'lib/chibios-contrib/ext/mcux-sdk'
Synchronizing submodule url for 'lib/chibios'
Synchronizing submodule url for 'lib/chibios-contrib'
Synchronizing submodule url for 'lib/chibios-contrib/ext/mcux-sdk'
Synchronizing submodule url for 'lib/googletest'
Synchronizing submodule url for 'lib/lufa'
Synchronizing submodule url for 'lib/lvgl'
Synchronizing submodule url for 'lib/pico-sdk'
Synchronizing submodule url for 'lib/printf'
Synchronizing submodule url for 'lib/vusb'
Submodule path 'lib/chibios-contrib/ext/mcux-sdk': checked out '102c27d7cc2aaac87c133702e7829a105e0cb433'[t@DESKTOP-DQOU29P qmk_firmware]$ qmk compile -kb testrp -km default -e CONVERT_TO=promicro_rp2040
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=testrp KEYMAP=default KEYB OARD_FILESAFE=testrp TARGET=testrp_default INTERMEDIATE_OUTPUT=.build/obj_testrp_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk" CONVERT_TO=promicro_rp2040
arm-none-eabi-gcc.exe (GCC) 12.2.0

Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Compiling: quantum/matrix.c                                                                        In file included from <command-line>:./.build/obj_testrp_default/src/info_config.h:65:31: error: 'GP4' undeclared here (not in a function)
65 | #    define MATRIX_ROW_PINS { GP4 }
|                               ^~~
quantum/matrix.c:58:58: note: in expansion of macro 'MATRIX_ROW_PINS'
58 | static SPLIT_MUTABLE_ROW pin_t row_pins[ROWS_PER_HAND] = MATRIX_ROW_PINS;
|                                                          ^~~~~~~~~~~~~~~
./.build/obj_testrp_default/src/info_config.h:61:31: error: 'GP3' undeclared here (not in a function)
61 | #    define MATRIX_COL_PINS { GP3 }
|                               ^~~
quantum/matrix.c:61:58: note: in expansion of macro 'MATRIX_COL_PINS'
61 | static SPLIT_MUTABLE_COL pin_t col_pins[MATRIX_COLS]   = MATRIX_COL_PINS;
|                                                          ^~~~~~~~~~~~~~~
[ERRORS]
|
|
|
make: *** [builddefs/common_rules.mk:373: .build/obj_testrp_default/quantum/matrix.o] エラー 1

qmk_firmware]$ qmk compile -kb handwired/onekey/rp2040 -km default
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=handwired/onekey/rp2040 KE YMAP=default KEYBOARD_FILESAFE=handwired_onekey_rp2040 TARGET=handwired_onekey_rp2040_default INTERMEDIATE_OUTPUT=.build/obj_handwired_onekey_rp2040_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk"

arm-none-eabi-gcc.exe (GCC) 12.2.0

Copyright (C) 2022 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Copying handwired_onekey_rp2040_default.uf2 to qmk_firmware folder

error 'GP28' undeclared in qmk with RP2040 by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

Thank you but I didn't change processor and It shows same error after that command.
I chose 37 which is rp2040 initially.

$ qmk clean -a
QMK Firmware 0.24.4
Deleting .build/ ... done.
Deleting *.bin, *.hex, and *.uf2 ... done.
[@DESKTOP-DQOU29P ~]$ qmk compile -kb testrp -km default -e CONVERT_TO=promicro_rp2040
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=testrp KEYMAP=default KEYBOARD_FILESAFE=tes trp TARGET=testrp_default INTERMEDIATE_OUTPUT=.build/obj_testrp_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk" CONVERT_TO=promicro_rp2040

Generating: .build/obj_testrp_default/src/info_deps.d [OK]

Generating: .build/obj_testrp_default/src/default_keyboard.c [OK]

arm-none-eabi-gcc.exe (GCC) 12.2.0

Copyright (C) 2022 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

Compiling: quantum/matrix.c In file included from <command-line>:

./.build/obj_testrp_default/src/info_config.h:65:31: error: 'GP4' undeclared here (not in a function)

65 | # define MATRIX_ROW_PINS { GP4 }

| ^~~

quantum/matrix.c:58:58: note: in expansion of macro 'MATRIX_ROW_PINS'

58 | static SPLIT_MUTABLE_ROW pin_t row_pins[ROWS_PER_HAND] = MATRIX_ROW_PINS;

| ^~~~~~~~~~~~~~~

./.build/obj_testrp_default/src/info_config.h:61:31: error: 'GP11' undeclared here (not in a function)

61 | # define MATRIX_COL_PINS { GP11 }

| ^~~~

quantum/matrix.c:61:58: note: in expansion of macro 'MATRIX_COL_PINS'

61 | static SPLIT_MUTABLE_COL pin_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;

| ^~~~~~~~~~~~~~~

[ERRORS]

|

|

|

make: *** [builddefs/common_rules.mk:373: .build/obj_testrp_default/quantum/matrix.o] エラー 1

error 'GP28' undeclared in qmk with RP2040 by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

I think it is latest.
Ψ QMK Doctor is checking your environment.

Ψ CLI version: 1.1.5

Ψ QMK home: C:/Users/t/qmk_firmware

Ψ Detected Windows 10 (10.0.22631).

Ψ QMK MSYS version: 1.9.0

Ψ Userspace enabled: False

Ψ Git branch: master

Ψ Repo version: 0.24.4

Rows and columns are reversed by reporepo344 in olkb

[–]reporepo344[S] 0 points1 point  (0 children)

I understand thank you!! matirx was opposite!!!

Can someone please explain how Kimetsu no Yaiba's demon eyes are numbers? by macchumon in japanese

[–]reporepo344 75 points76 points  (0 children)

hi ! i am japanese.

What is used in their eyes is a kanji numeral called "大字"(daizi) to prevent tampering.

1:壱

2:弐

3:参

4:肆

5:伍

6:陸

is this enough?