-
LangDev didn't record any talks, but we should repeat the talk and record it.
-
지금 langdev 채널에는 슬랙이 두개씩 연결되어있습니다. 하나는 hanirc이고 다른 하나는 langdev.org 슬랙입니다
거의 다들 hanirc 쪽 슬랙 사용하시고 langdev.org 슬랙이 잘 관리가 안되고있어서 langdev.org에서 슬랙 안내 링크를 없앨까 하는데 어떻게 생각하시나요? @youknowone
-
[Rosetta](/langdev/rosetta) 프로젝트에서 사용자 로그인을 위해 LangDev SSO API를 사용하게 됐는데, 현재 API상에서는 사용자가 LangDev ID 또는 이메일 주소를 써서 로그인할 수 있게 되어 있습니다. 하지만 API 응답에서는 단지 인증 성공 여부만을 알려줄 뿐, 로그인 시도한 사용자가 실제 어떤 사용자인지를 알 수 있…
-
I think it's clear that Ariadne has been successful in several domains, particularly the hobby langdev space. However, it has several limitations that a rewrite/refactor should address:
- No suppor…
-
I have this use case, where `expr` is a parser with `(Token, Span)` as the input, and the surrounding function returns a parser that takes in `(StringToken, Span)
```rs
expr.nested_in(select_ref! …
-
**Is your feature request related to a problem? Please describe.**
I want to use this app to access stack exchange sites currently in beta
For example https://langdev.stackexchange.com
**Describ…
-
Although we personally enjoy using Monaco, there has been interest in seeing how Langium pairs with other editors. From LangDev back in September, we specifically received questions about Langium's co…
-
Too slow.
-
FFI를 쓰면 될거라 생각했습니다만 생각대로 잘 되질 않네요. 입력을 받아서 변수에 저장을 하고 싶습니다.
-
marx code with with `fseeko/ftello` if available and `fseek/ftell` if not. In jdfits however, preprocessor definitions that select one of the two are duplicated in both `configure.ac` and in `_jdfits.…