-
基于最近 merge 以后的进一步优化 #77 #78 #74
- [ ] crates/cron 名字似乎和 rust 官方的 cron 重名了,这个不大好
- [ ] DataLocation 这个数据库表需要测试一下客户端升级的时候有没有问题,以及 review 下是否需要进一步优化
- [ ] settings.tsx 设置页面确认,配置 aws s3 keys 是否足够
-…
-
The Full William Cook ADT Model #152 apparently works OK for primitive objects --- but what about the primitive behaviour for *all* objects? In the Smalltalk/Self/NS object model, each object concept…
-
I need to be able to publish a new document type that does not have a "document number" but is an ISO product that is a collection of ISO 10303 documents. The title page is a bit different it looks l…
-
This isn't a bug report but just a question. Recently ISO published a new standard to calculate a similarity-preserving fingerprint and identifier for digital media assets called [ISCC](https://www.is…
-
**Describe the bug (REQUIRED)**
`on_input` is called every frame while a bound key is held, but it should only be called when the key is pressed, repeated, or released.
**To Reproduce (REQUIRED)…
j-h-a updated
4 months ago
-
Golf:
```
use nqp;
my $code = start {
my $compiler := nqp::getcomp('Raku');
my $g := nqp::findmethod($compiler,'parsegrammar')($compiler);
my $a := nqp::findmethod($compiler,'par…
-
When restoring a value of a `dataclass` with cloudpickle, it breaks:
Example
```
import dataclasses
from dataclasses import dataclass
@dataclass
class Range:
start: int
end: int
…
-
I'll flesh this out later, but the basic idea is that the class-level methods in ActiveModel::Serializer are basically DSL methods, and it's worth considering delegating these methods to a DSL object,…
-
This is a little bit confusing:
```ruby
invoice1 = Fortnox::API::Model::Invoice.new(customer_number: 1)
invoice2 = invoice1.update(customer_number: '1')
puts invoice1 == invoice2 # true
puts …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Segfault when using Parallel constraint of the new Assembly (segfaults are happening…