Half Scheidl

Results 10 issues of Half Scheidl

I noticed the pen position after the plot completes, and if it's paused or stopped, it's very erratic. The most annoying part is that it's never possible to know if...

It is customary in photography and other forms of prints to have asymmetrical margins. A perfectly centred piece is considered less pleasing to the viewer. It is common for example...

hello @thobbs ! this a very useful set of tools and/or shortcuts. I work in Java and I would like to port your library, is that ok?

**Scenario** I organize my Processing sketches in git repositories, meaning I work with repositories in Visual Studio containing several sketches. When running the command `Processing: Create Task File`, the extension...

enhancement

The implementation of both methods include an instance of `Formatted `, which in turn is instantiated with a default `index=1`. This prevents **appending** to existing file. In order words, `stringify()`...

feature request

I was playing around with `loadPixels()` and `updatePixels()` and I found a strange behaviour, in which using FX2D with MacOS creates a blur effect after redraws. Another person using Windows...

Help Wanted

A simple README file to give context to this repo, instruct users towards documentation of the Project Generator, and guide contributors towards each of the sub-projects. It can be extended...

> Disclaimer: I am a Databricks employee. Calling `databricks.sql.connect` with a non-existing warehouse_id will raise a generic time-out exception, coming from the `ThriftBackend`. It's only by digging in the source...

Using `mentions` as described in the documentation does not work. Checking the source code, I noticed the correct is `mention`. Submitted the PR https://github.com/markdown-confluence/docs-markdown-confluence/pull/4 Also worth noticing that giving the...

For Serverless jobs, Python dependencies must be declared as part of an [environment](https://learn.microsoft.com/en-us/azure/databricks/compute/serverless/dependencies). Customers are going to [private_wheel_packages](https://github.com/databricks/bundle-examples/tree/main/knowledge_base/private_wheel_packages) and [job_with_multiple_wheels](https://github.com/databricks/bundle-examples/tree/main/knowledge_base/job_with_multiple_wheels) and realizing it doesn't work with Serverless. New examples that...