Marcel Overdijk

Results 81 issues of Marcel Overdijk

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Following the Customize Sass documentation regarding [Importing](https://getbootstrap.com/docs/5.3/customize/sass/#importing)...

feature
css

I was experimenting a bit with the `@JsonIncludeProperties` introduced [recently](https://github.com/FasterXML/jackson-databind/pull/2771). It would be nice if it would automatically apply the property order instead of having to include `@JsonPropertyOrder` as well....

When having a `OffsetTime` field with e.g. `15:00:00Z` and serializing this with Jackson it outputs: `15:00Z` and thus the seconds are lost. Note I have the time module registered via...

### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description It would be nice to...

feature
Stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug This is similar as https://github.com/krisk/Fuse/issues/633 but which was closed....

bug
Stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug Number arrays not finding results. ### The Fuse.js version...

bug
Stale

Is it possible to disable always running the task as part of process resources / compile Java? I'm generating the classes from xsd to a dir in buildSrc and they...

### Expected behavior For SQLite foreign keys should be generated as part of the create table statement. This because SQLite does not support adding a constraint to an existing table,...

T: Defect
C: Functionality
P: Medium
E: All Editions

### What version of Hono are you using? 4.2.4 ### What runtime/platform is your app running on? Cloudflare Pages Functions ### What steps can reproduce the bug? Create a base...

bug

I have a npm script like: ``` "copy:resources": "copyup --exclude \"**/*.ts\" \"./src/**/*\" build", ``` It copies all files, including the `*.ts` files. I don't want the `*.ts` files to be...