Skip to content

hhatto's OSS DevLog

Tag: #Go

Nov 2023

DevLog

poyonga

v0.6.0 has been released.

v0.6.0

  • New Feature
    • error message with Apache Arrow format. #21 by kou's contribution, Thanks!!
    • trace log with Apache Arrow format. #28 by kou's contribution
    • above features enbable with Groonga 13.0.9 and higher version
  • Support HTTPS (#17)
  • Improve CI (#19, #20)
    • by kou's contribution.
  • Migrate to pyproject.toml (#25)

gocloc

v0.5.x (WIP)

autopep8

v2.1.0(WIP)

issues

  • #689
    • received a comment that the problem was reproduced, but I have checked the changes and the release and confirmed that the problem has been resolved in v2.0.4.

cargo-strict

maint. (update packages, check linter warnings, update CI packages)

fpath

WIP: modernize Python Package #5

tox-pyenv-redux, pyenv-inspect, virtualenv-pyenv

These packages are useful for using Python installed with pyenv in tox. However, they currently only support CPython. I wanted to support PyPy as well, so I am in the process of testing it. I think I will be able to pull-request it soon.

wip:

Thanks to all the sponsors

Thanks!!

If you would like to support me, please visit my GitHub Sponsor pageπŸšͺ

Oct 2023

DevLog

gocloc

v0.5.2 has been released.

v0.5.2

autopep8

v2.1.0(WIP)

A little while ago, I migrated from setup.py to pyproject.toml. I did this using setuptools. For simple projects, it might be good to use Flit as well. I plan to do the same for several other active projects.

Thanks to all the sponsors

Thanks!!

If you would like to support me, please visit my GitHub Sponsor pageπŸšͺ

May 2021

DevLog

gocloc

Contributions

zsh-yarn-completions

ImageScript

woothee

Other

I started using Deno. Deno is secure runtime for TypeScript and JavaScript. I've been writing a lot of TypeScript lately, so I've been interested in it.

I wanted to write a simple web application in Deno, so I took a quick look at the documentation, and read book(Deno Web Development) about web development in Deno, and wrote a few applications.

hhatto/ogp-image-vercel is server application for creating the OGP images. The pull request in ImageScript was created when I was writing this application.

Thanks to all the sponsors

Thanks!!

If you would like to support me, please visit my GitHub Sponsor pageπŸšͺ

March 2021

DevLog

autopep8

v1.5.6 has been released, and v1.5.7 under development.

v1.5.7(WIP)

under development

  • change: disallow 0 for indent-size option (#597)
  • improved documentation for pyproject.toml config (#596)
  • change: exit code is 99 when error occured cli option parsing (#595)
  • fixed #591 (pull-request: #592)
  • Add Python3.9 for CI (#590)

v1.5.6

  • requirements pycodestyle version 2.7.0 and higher version (#589)
  • E128 check similar to pycodestyle (#585)
    • Thanks yamt's contribution 🀝

gocloc

Thanks to all the sponsors

Thanks!!

If you would like to support me, please visit my GitHub Sponsor pageπŸšͺ

February 2021

DevLog

autopep8

v1.5.5 has been released, and development of version 2.0 is underway.

v2 (under develoment)

  • change: not use lib2to3's throw fixes (#583)

v1.5.5

  • improvement: lazy load toml package (#566)
  • fix: not convert raw string for w605 fixed method (#580)

other

gocloc

version v0.4.0 and v0.4.1 has been released.

many fix and It now supports Go1.16 and can also use darwin/arm64 (M1 Mac) binary.

pgmagick

  • fix broken build #66

Thanks to all the sponsors

Thanks!!

January 2021

DevLog

poyonga

poyonga is Groonga client for Python. version 0.5.0 has been released.

Supported Apache Arrow in poyonga 0.5.0.

call select command with output_type="apache-arrow" option:

from poyonga import Groonga

g = Groonga()
g.call(
    "select",
    table="Users",
    match_columns="name,location_str,description",
    query="東京",
    output_type="apache-arrow",
    output_columns="_key,name",
)

Thank you for kou's contribution.

gocloc

pgmagick

Thanks to all the sponsors

Thanks!!