-
Came up while debugging #8967.
https://play.crystal-lang.org/#/r/8sai
```cr
abstract struct Constraint
end
abstract struct AbstractComparison(ValueType) < Constraint
getter value : ValueTy…
-
```cr
module Foo; end
struct CallbackProc
def self.new(&block : Foo -> Nil)
block
end
end
callback = CallbackProc.new do |foo|
foo.some_missing_method
end
```
https://play.c…
-
Missing Sept/Oct stats on my Ipower acct reports!!!
www.georgejay.com
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio…
-
George asks to describe under which circumstances / contexts the StatusList works best/is helpful compared to other mechanisms. David asks under which conditions this should not be used, expected revo…
-
Request for Additional CEDS elements #1
New element/code set value/domain change
Tribal Affiliation/#001657
**Author(s)**
Rebecca Davis
Amy Powell Moman
George Phelps
**Author…
-
### Describe the bug
Login worked after a restart, however the message was confusing for the user. See below (token redacted for privacy)
{"redirectUrl":"https://localhost/launcher/authorized?code…
-
## Issue description / feature objectives
C2P has supported Python and Go. For Go, it's maintained under sub-directory (/go) and the Go module is referenced as `github.com/oscal-compass/compliance-to…
-
https://georgeblog.cn/2020/%E5%BC%BA%E5%8C%96%E5%AD%A6%E4%B9%A0%E8%AE%BA%E6%96%87%E6%80%BB%E7%BB%93/
北京航空航天大学6系20级硕士
-
It has the basics to run Forge and consume its services. It does basically the same as the Fabric8 REST Forge project does but without the Fabric8 enhancements (eg. It doesn't push to a Gogs instance …
-
Currently, HGETALL output is not self-explanatory, as it treats both fields and values the same way when printing them out:
```
hset user:george name "George"
hset user:george email "george@gmail…