-
- string
- search
用于搜索, 参数为 regexp
> 该参数可以是需要在 stringObject 中检索的子串,也可以是需要检索的 RegExp 对象。
- indexOf
搜索常规的字段,普通字符串
- match
正则的匹配
> regexp
> A regular ex…
-
While testing the [validator](https://github.com/substrait-io/substrait-validator/pull/1) against Isthmus output for TPC-H, I found a number of issues where Isthmus disagrees with the spec as written …
-
I have installed this extension for several days and have run the extension test which is completed with success. My budget stop threshold is 1.0. However, when I look up the log of the cloud run func…
-
- [ ] database design @Daryl-L
- [ ] sync logic design @Daryl-L
- [x] store design @yanguoyu
- [x] view design @yanguoyu
After these designs are finished, we will create a server from the tem…
-
We often see use cases, where numeric values should have exactly `n` digits after decimal point. Example currency value should have 2 decimal places only:
`{"price": 17.23}`
Suggestion is to inclu…
-
when implementing a server and the client disconnects I get:
events.js:72
throw er; // Unhandled 'error' event
^
Error: Connection lost: The server closed the connection.
a…
-
This is a follow-up issue.
Coming from: https://github.com/Expensify/App/pull/47343#issuecomment-2291467068 and https://github.com/Expensify/App/pull/47343#issuecomment-2298616516
**Bug in iOS and…
-
For request 'GET /save_bounding_box?name=026.jpg&left=150.39996337890625&right=74.39996337890625&top=166.8000030517578&bottom=28.800003051757812&width=218&height=292' [Cannot parse parameter left as I…
-
Setting annotation in Java
@Digits(integer = 3, fraction = 0, message = "no decimals allowed")
private BigDecimal percent;
is not validating correctly. The valdr validation is not triggered when e…
-
### What happened?
Quando salva o registro os campos money salvam adicionando sempre 0,00 quando nada é preenchido e nem é dado foco no input, isto acontece mesmo estando o initialValue setado como n…