-
### Describe the bug
画布中元素的拖拽异常, 表现就是鼠标单击一下,节点会一直跟随鼠标移动。
### Your Example Website or App
https://codesandbox.io/s/currying-silence-5lmthm?file=/src/index.tsx
### Steps to Reproduce the Bug or Issu…
-
### 获取数据类型
#### typeof和instanceof
typeof [] === 'array' // false
1 instanceof Number // false
所以这两种方式获取引用类型都不能一步到位
#### toString
每一个引用类型都有toString方法,默认情况下,如果此方法未被覆写,toString() 返回 "[object type]"…
-
Add psalm annotations
- [ ] Fix all issues found by psalm
- [x] Increase type specificity
- [x] Add `@psalm-pure`
- [x] Add `@psalm-assert`
- [ ] Add proper support for more complex cases li…
-
@epatters, what would it take to get Catlab to support CCC as a syntax for lambda calculus? I think we need at least:
1. Presentations of FreeCCC as the basis of a lisp like language (done)
2. An…
-
* `brownie` Version: latest
* OS: osx
running a deploy script which deploys a couple contracts then makes calls to them which previously worked now returning big error trace, something about a 502…
-
@LoganBarnett
I've been inconsistently running into issues with `__` where flow thinks its presence means the function is actually being invoked. So a simple example:
```js
difference(__, [1,2…
-
I have a deadline tomorrow and so have not been able to identify a small code snippet exhibiting the behavior.
I am running a unit test in my package. This unit test expects a custom exception to b…
-
Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScriptCode=GYVwdgxgLglg9mABAQwDYFMBOUAUAoRQxWKDALkQGcpMYwBzAGgKIFt1LLl70B+C6rQYsAlBQBucGABMA3Hjx0oWYMgjpEAQQzYAylG…
-
The signature area doesn't seem to allow moving the cursor. It will only add a point if you click and release immediately. This is in Chrome 39, works fine in Firefox. Any ideas on how I can debug thi…
-
The Curry-Howard-Lambek correspondence is likely to have some important consequences for a graph data model based on lambda calculus. Specifically, an interpretation of types as propositions is likely…