Kushal Pisavadia

Results 14 issues of Kushal Pisavadia

Let's say I have a `String` containing numbers that I want to convert into a `data class`. The fields are of fixed width. How should I go about building a...

## Environment ### Operating System Version Ubuntu 20.04 LTS (64 bit) Kernel Version: 5.4.0-33-generic X Server Release: 12008000 X Window Manager: GNOME Shell ### Hardware CPU Brand: Intel(R) Core(TM) i7-8809G...

It looks like MD5 hashes are being used for [file paths](https://github.com/replicate/replicate/blob/main/go/pkg/repository/disk.go#L211-L222). Given what has already been learned about this algorithm, is it worth using something more collision resistant like [SHA256](https://pkg.go.dev/crypto/sha256)...

The body of a `typealias` gets inlined into wherever the `typealias` is used. This fixes a bug where the name resolution would resolve an additional type constraint on the next...

References ---------- - https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.3 - https://github.com/oracle/graal/compare/vm-22.3.1...vm-22.3.3

Command that was used to produce the upgrade diff: ``` ./gradlew wrapper --gradle-version=7.6 ```

As of creation, the latest version of `serf` available is `0.8.1`. We should test with this version to make sure that we can support it.

first-timers-only

Testing behaviour and outcomes is an important part of developing software for many teams. Making it easier to test `Rihanna` job behaviour in `ExUnit` tests would be helpful to this...

enhancement

Something that would be useful is to collect sample queries that can be used to produce useful information. My hope is that this issue can act as a starting point...

We're currently monitoring publisher confirms as part of the `QueueConnection` object but aren't doing anything in the event that a given publish fails. You can see an example of how...