Andrew Kane

Results 377 comments of Andrew Kane

Hey @stengineering0, thanks for reporting the `respond_to?` issue. Fixed in the commit above. fwiw, you can still call non-mutating methods like `page` and `per_page` on a loaded relation (just not...

My bad, that was another bug. Fixed in the commit above. Can you explain more about the issue you're seeing with `active_model_serializers`?

fwiw, I was confused about the first point as well (a release candidate coming after a release). Typically, `v0.6.21-rc2` will come before `v0.6.21`.

fwiw, was able to get the latest version (1.9.1) built with Homebrew with `-DUSE_SSE=OFF`. Mac ARM users should now be able to install a precompiled build with: ```sh brew install...

Hey @Skyexu, there's a parameter in the `fit` method for `disableNorm` and other options. ```python model.fit(X, y, is_instance_norm=False) ``` https://github.com/aksnzhy/xlearn/blob/e03f08ab22779ce13d9b08ac895ef5ba18fb16ef/python-package/xlearn/_sklearn.py#L187-L189 There doesn't appear to be a `cv` method. Edit: You...

Thanks @yoonkt200, this PR fixed the issue for me. I came across it when building xLearn with `-march=nehalem` on Ubuntu: https://github.com/ankane/ml-builds/blob/51001ef53c982221780206dd633b82d3eb1ba7be/.github/workflows/xlearn-linux.yml

fwiw, just added a service to Homebrew, so users can do: ```sh brew install immudb brew services start immudb ``` Ref: https://github.com/Homebrew/homebrew-core/pull/92428

Hi, excited to see this included in Bundler! I just tried moving [a project](https://github.com/ankane/tokenizers-ruby) to this directory structure and think there may be a potential issue. From what I can...

Hmm, it doesn't seem to install correctly when using `spec.extensions = ["ext/Cargo.toml"]` and Ruby 3.2.0-preview2. On installation, it creates `lib/wasmtime-rb.bundle` on Mac, but `lib/wasmtime.rb` has `require "wasmtime/ext"`, so it fails...

fwiw, I tried compiling NGT on Windows with GitHub Actions. I'm not very good at C++, but wanted to report my findings for others. The following errors occurred: 1. `error...