Denis Dvornikov

Results 11 issues of Denis Dvornikov

Hi. I made an implementation for adding values as a fmt.Stringer interface. It allows don't create new strings from struct in many cases and do it only if your log...

For example: ``` parameters: - in: query name: search type: string description: Search something ``` Description is empty on page. Where I can paste that piece for render it?

May I create Manager for each my model? Or that would work not good? For example: ``` class Model(peewee.Model): _objects = None @property def objects(self): if self._objects: return self._objects self._objects...

### Is your feature request related to a problem? Please describe. When I send response message and it doesn't correct, I get empty message or several empty fields in response....

feature request
package: @grpc/proto-loader

Does the project have the support of middlewares? So if not - I can implement it. Now I can just wrap around ServeHTTP function, but sometimes I wanna choose a...

### Is your feature request related to a problem? Please describe. Recently wails introduced an error formatting function which is very useful and can remove a bunch of boilerplate. In...

Enhancement

Hey! I came up with a new stuff - Kalisto. It's a tool that provides scripting in a sandbox environment based on given Proto files.

I implemented headers to pass to task instances. I didn't add tests yet, wanted to align the implementation details first.

pr-feat
pr-non-breaking
pr-tests-missing

**The problem:** I have a struct with a bunch of populated fields. I want to print the struct in order to use it in my unit test as data input...

Good day. I received not so good result, now I'm trying to research about the project and code something better, but I can’t understand how does SWT algorithm works and...