Alex Pliutau

Results 18 issues of Alex Pliutau

Standard `math/big` package has no method to calculate `Sqrt` of big float. I have implemented this function for this exercise - https://github.com/plutov/practice-go/tree/master/sumdecimal. I can contribute into `pkg/math` if it's necessary...

It's not good practice to have debug messages in package, because when another package imports hive it has unpredictable results and console. Solutions: - Remove at all, and return only...

It will be good to use some functions with args..., for example ThriftHiveClient.Execute. ``` c.Execute("INSERT INTO test (id, name) VALUES (?, ?)", 1, "Alex") ``` List of methods: all methods...

- New default API version: 20240304. Adjusted types to new version - Switch to latest Go version 1.22 - Fix integration tests

cla signed

My Update func shows or hides the textarea depending on app state. Sometimes it works well, but sometimes it hangs on View. Replacing `textarea.View` with some simple string works well,...

gopls is commonly used in Zed, therefore add it to the docs as suggested.

Host: mac M1 I don't have Rails on my host machine as I am not developing in Rails. Does it mean I have to install it to use Kamal? Full...

- Add go.mod - Add Github Action with tests - Improve tests: fix error formatting, use bytes.Equal, reflect.DeepEqual. Remove custom function `equal`