NicklasWallgren

Results 21 issues of NicklasWallgren

Is it possible to perform a type cast upon the expression? For example, type cast `LocalDateTime` to `String`. What I'm trying to achieve. ``` var localDate = "2018-01" criteriaBuilder.like(root.get("localDateTimestamp").as(String.class), "%"...

Fixes https://github.com/jinzhu/copier/issues/99 An alternative to using defer/recover is to utilize the `FieldByIndexErr`, but it's only available in 1.18+ ``` structField, ok := source.Type().FieldByName(fieldName) if !ok { return reflect.Value{} } field,...

@izverev Hey, would it be possible to merge your contributions with the main repository?

Hey, is it possible to suppress the log messages for StatsGo? ``` [StatsGo] 2022/01/11 08:07:54 Stats counter incremented metric=total.round-ok ```

**What did you do?** We've deployed `kube-prometheus` to our `k3s` cluster using the `Quickstart Guide`. **Did you expect to see some different?** All targets healthy and not reported as down...

kind/enhancement

Have DataDog any plans for adding support for auto-instrumentation via eBPF?

needs-investigation
ack

During bootstrap of the app, using php 7.4 ``` PHP Fatal error: Possible integer overflow in memory allocation (4294967295 * 32 + 32) in //vendor/composer/ClassLoader.php on line 444 In ClassLoader.php...

### Current `cf-terraforming` version 0.7.3 ### Description Provide support for cloudflare_waf resources. ### Use cases To be able to import cloudflare_waf resources. ### Potential `cf-terraforming` usage cf-terraforming generate --resource-type "cloudflare_waf_*"...

Is it possible to convert a stream into a slice or map?

It would have been nice to have an option to map data into collections, for example ArrayObject, instead of arrays. I propose a new annotation; ``` @destination ArrayObject ```