Boris Kourtoukov

Results 21 issues of Boris Kourtoukov

Sorry a tad new to this, I installed Flickering via composer and everything was going well until I tried: ``` php Flickering::handshake($apiKey, $apiSecret); $photos = Flickering::getResultsOf('people.getPhotos', array('user_id' => '31667913@N06')); var_dump($photos);...

This is an interesting project: https://github.com/i-tu/Hasklig Allows for ligature support of various common code symbols: ![image](https://raw.githubusercontent.com/i-tu/Hasklig/master/hasklig_example.png) Is it a good idea to add it? [Another edit, looks like the author...

font
discussion

There doesn't appear to be a readindicators folder committed, but it is referenced in many of the CPP algorithms.

What do you think about using this project: [Tufte CSS](https://github.com/edwardtufte/tufte-css) as the base CSS setup? ([Their Demo](https://edwardtufte.github.io/tufte-css/).) I edited together a super rough view of what it would look like...

## 🐞Describe the bug If an ONNX model is created with `dynamic_axes` then the subsequent CoreML model surfaces ```sh Description of image feature 'input_image' has missing or non-positive width 0....

bug

I am getting the following error no matter what `target_opset` I've tried using: ``` ValueError: Unsupported shape calculation for operator addBroadcastable ``` Is this a known limitation?

**Describe the bug** Animated characters that have been link duplicated in the same file export a single mesh, material and animation. But the armature, which is set to be the...

Animation
Skinning_&_Rigging

WEBP has [94% browser support](https://caniuse.com/?search=webp) and is a common way to serve images.

Hey, thank you for this amazing tool! I've been trying to implement the "simple" example from beautiful-dnd: https://raw.githubusercontent.com/atlassian/react-beautiful-dnd/master/stories/src/simple/simple.jsx The following is the JSX I am translating: ```jsx {(droppableProvided, droppableSnapshot) =>...

Does clisk use only CPU or does it tap into GPU resources? If CPU does it take advantage of multi-threading? I built a small image generation script that works on...