Jan Krynauw

Results 9 comments of Jan Krynauw

See the `predict` section of the `_create_tpu_estimator_spec` method, as well as the `predict_feature_keys=None` parameter in the `__init__` section: ``` # Implement a custom Head to control the prediction output. Most...

Thank you @grayside - I created a pull request (my first ever...): #2153 Let's continue the discussion there.

> I've written a [Wails 3 plugin](https://github.com/wailsapp/wails/blob/v3-alpha/v3/plugins/oauth/plugin.go) that implements this. If anyone wants to use it as a reference for their own implementations, feel free! For v2 you'd probably have...

Hmm... it seems to work when I run `wails3 build` & launch the generated binary. When I run the application in dev mode using `wails3 dev` I get the blank...

The Excel Data Types are fairly complex, here is the definition in javascript: https://learn.microsoft.com/en-us/javascript/api/excel/excel.entitycellvalue?view=excel-js-preview @xuri as you are very familiar with the Excel internal structures, how much effort would do...

Hi, I'm the owner of the `go.alis.build/excel` library, happy to update the licence to BSD make this happen?

> Note that `go.alis.build/excel` has a different license (Apache 2.0) than Excelize (BSD 3 clauses): https://github.com/alis-exchange/go-alis-build/blob/main/excel/LICENSE I've updated the package to a BSD 3 clauses license.

This is a big deal. Combining Protocol Buffers with gRPC unlocked a world of elegance in almost all languages (autogenerated go, python, javascrript, docs, swagger, validations, envoy proxies, etc.). If...

Hi Xuri, when do you think you will be able to look at this PR?