Nguyễn Hải Đăng

Results 11 issues of Nguyễn Hải Đăng

**Describe the bug** When I attempt to use a regular expression that use the **^** (start with) character for filtering feeds, the filter does not work. All entries are returned....

Bug-Report

The [blog link](https://thepro.io/post/firebase-authentication-for-spring-boot-rest-api-5V) show 404. Can you re-up the blog post please? Thank you for this great example!

I've tried TSLog for a while and pretty happy with it but I have noticed that when the error is logged using the `log.error()` method, the stack trace output in...

I would like to batch insert items to DB. Is there anyway to achieve this?

I've init a new project and can't get it to start with Springboot 3 + JoinFaces 5 with AdminFaces latest version build.gradle file: ```groovy import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id 'org.springframework.boot'...

```yaml joinfaces: omnifaces: faces-views-scan-paths: /*.xhtml ``` This setting worked fine with Joinfaces 4 and Springboot 2.7.4 My build.gradle file: ```groovy import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id 'org.springframework.boot' version '3.0.0' id 'io.spring.dependency-management'...

Hello, [corcel/corcel](https://github.com/corcel/corcel) now support Laravel 11 in version 8.0. Can you fix dependency to support laravel 11 too?

Fix typo mistake dangerously point to a random wordpress website

Terminal output: ``` fselect TOML parse error at line 1, column 1 | 1 | no_color = false | ^^^^^^^^^^^^^^^^ missing field `is_font` ``` Tried to find config.toml at **~/.config/fselect**...

I tried to research this, but I couldn't find anything about this syntax. Both VSCode and WebStorm show a file error for this. However, tsc compiles it normally. ![image](https://github.com/kristiandupont/kanel/assets/7861174/6c0bd3e3-9e83-4c12-a512-46fc454f2215) How...