-
Currently, we depend on Java's serialization which is not a good strategy.
It would be much better to do our own and make all the different kinds of Digest use interchangeable formats.
-
[postgres@postgresqlt01 freetds-1.3.18]$ pgloader --debug load.conf
pgloader version 3.6.7~devel
compiled with SBCL 2.2.10-1.rhel8
sb-impl::*default-external-format* :UTF-8
tmpdir: #P"/tmp/pgloade…
-
**Describe the bug**
Serialisation issue
```
Caused by: jakarta.json.bind.JsonbException:
Error accessing getter 'getRulesFile' declared in 'class app.freerouting.core.RoutingJob'
```
**To …
-
Hello!
Some frameworks have support of `hasXXX` methods, for example [mapstruct](https://mapstruct.org/documentation/stable/reference/html/#source-presence-check): if field `data` have additional m…
-
Hi, I have a problem with my display. My board is an M5Paper (fully updated). I added a new 1-meter long flat cable compared to the 20 cm one provided, and I'm experiencing strange ghost inputs. Init…
-
## Problem
Right now if you have the following schema with Json field:
```prisma
model User {
id Int @default(autoincrement()) @id
name String?
extendedProfile …
-
I have add the libs into build.gradle:
```
compile group: 'fr.xebia.extras', name: 'selma-processor', version: '0.15'
compile group: 'fr.xebia.extras', name: 'selma', version: '0.15'
```
But …
-
- [X] Is this an issue (and hence not a question)?
Hi,
Please, can you start your documentation explainning why Mapstruct is useful for? It is good to know what is it: MapStruct is a Java annot…
-
App layer shouldn't be aware of infrastructure implementation, why we extend an infrastructure implementation class?
I thought that the usecase controller shouldn't know about if the usecase is imp…
-
### 개요
1. 일정 : 2021년 2월 9일 ~ 2021년 2월 15일
2. 발표자 : 김준호
3. 내용
### 내용
**1. 스터디 1주차 ES 부족한 부분 리서치**
* [준호]
* Q. inverted index은 정확히 무엇인가? commit & flush?
* Q. Everything is indexed 성능의…