sergeyglazyrindev

Results 10 issues of sergeyglazyrindev

Hey bmag! I moved out almost all not necessary stuff from window-purpose-x.el though there's one problem: maybe you can advice (I am debugging it now - maybe there's a problem...

Hey guys! I do really like this emacs extension though I missed few places in layout And I added in my forked repo purposes **misc** and **todo**. Please check out...

enhancement

Hello guys! Added changeset to add value to local storage with expiration. Need it for my current project. What do you think ?

Hey guys! I've found one issue while development of my project: ``` In [1]: s = b'# -*- coding: utf-8 -*-\nfrom __future__ import unicode_literals\n' In [2]: start = 12 In...

enhancement
help wanted

Hello guys. I worked on it 4 months and now it's officially ready to be used. There are some minor issues. But in general it's ready: https://github.com/sergeyglazyrindev/uadmin Docs: https://uadmindocs.sergeyg.me/docs/intro Features:...

enhancement

Hello guys! I am working on integrating open api support into some go project (uadmin -> but I am heavily changing it to be easily used in real projects) So,...

Hello guys! Would be desirable a changeset that resizes gif ?

Hey guys. I need to be able to subscribe to simple websockets channels being anonymous on the site. Since websocket channel its only redis-channel and most important redis commands being...

I am writing go package that generates some go code + generates few proto messages to be used across the project. And for this I need something similar to what...

Hey guys! What does it take to make possible to use int64 or uint types for Id ? I am getting runtime errors here: https://github.com/griffinqiu/go-nested-set/blob/main/nested_set.go#L63 here is my model definition:...