Kassym Dorsel

Results 6 issues of Kassym Dorsel

### First check * [x] I used the GitHub search to find a similar issue and didn't find it. * [x] I searched the FastAPI documentation, with the integrated search....

question

Hi, I would like to display availability of a resource. I use postgres with int4range rows to show a resource is busy using epoch. https://www.postgresql.org/docs/11/rangetypes.html What would it take to...

Currently only looks like the Declaration part of files are formatted. I'd like to look at getting the Implementation part of files included. Did you have any specific ideas/ways you...

enhancement
core

Initial go ahead with formatting of the implementation. Works with assignments and IF statements. Format this: ``` msg.CreateEx(evt, 0); IF len(str) > 0 AND len(str) > 0 AND len(str) >...

I have a Fanuc Robot R30iB+ which I'm trying to connect to using: ``` from cpppo.server.enip.get_attribute import proxy as fanuc host = "192.168.0.10" param = "@0x6c/0x01/0x01" fanuc = plc(host=host) try:...

Is there a way to find all intervals that are at least `x` in length. For example `t.findIntervals(minLength=None, maxLength=None)` ``` t = IntervalTree() t[0:10] = {} t[20:25] = {} t[30:50]...