-
- [ ] modal
- [x] progress bar
- [ ] flatList (상단 하단에 component 추가)
- [ ] select box
- [ ] 캐러셀
- [x] react-native-auto-height-image : 지정하는 width에 맞게 이미지 사이지를 측정하여 height 자동 적용 (원래는 ratio를 코드로 변환하…
-
**Issue by [jbmonroe](https://github.com/jbmonroe)**
_Friday Nov 13, 2015 at 18:49 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/11915_
----
![js-syntax-highlight](https://clo…
-
This is a more general problem in the codebase, but ideally, we would use our own error subclasses for various errors, rather than just emitting the base `ValueError` or `TypeError` or whatever. Using…
-
Tobi's performance really goes down as the page size increases. Some of my tests run on very large forms, and 30+ seconds can pass between requests triggered by Tobi.
The issue probably lies somewhe…
-
`Sugar.Date.getLocale('en').addFormat('{Mon}-{dd}-{yy}');` Fails because the token parser does not recognize {Mon}
Digging through the code it looks like {month} would work but would not restrict i…
-
I rewrite some codes in the repo in order to use LM Studio and load embeddding from there. but the response keeps generating without stopping, every time a response ended with assistant, it will start…
-
it would be nice to have an option in the `defrule` macro to add custom error messages.
in the case of complex rules there might be a domain-specific way of describing them that is simpler than the…
-
Hi, I have some questions and suggestions regarding this project:
1. How does `gluesql` compare to `postgres` in regards to speed and feature wise?
2. How does `gluesql` compared to `isam` in regard…
-
README states that Cursive uses ncurses backend by default. Sadly Rust bindings for `ncurses` are very problematic from the safety point of view:
- `ncurses` crate is wildly unsound. It simply wra…
-
Consider this program:
```
package main
import (
"fmt"
)
type Foo chan string
func main() {
c := make(Foo, 1)
c