Mark Mindenhall

Results 12 issues of Mark Mindenhall

I just updated my vendored version of ace to the latest commit, and tried out the Indent option. For my site, I saw a panic when using the option due...

**tl;dr:** Following the "golden rule" during application startup and initialization may be unimportant. Therefore please provide a way to disable warnings until application is fully deployed and started. The reason...

Hello, I'm just starting to use tiedot for an application on a low memory footprint device. The results so far seem very promising! The current API is definitely usable, but...

We are looking for a way to solve the problem of lambdas being [invoked multiple times for the same event](https://stackoverflow.com/questions/32064038/aws-lambda-function-triggering-multiple-times-for-a-single-event). We have some long-running lambdas (processing uploaded files up to...

In the process of converting a project from using `symbolize/mongoid` to `mongoid-enum`, I had a model that declares the following enum: ```ruby # old symbolize/mongoid declaration # symbolize :status, in:...

Hi Eric, I ran across your "Config, Guice, Akka, and Spray" template while looking for a way to @Inject configuration using Typesafe Config. It would be awesome if it could...

Hi, I recently rediscovered SomaFM (lost the habit while working at a company that frowned on headphones as an obstacle to collaboration). I tried the official player and your player,...

feature request

The `Salesforce` class is set up to create an `SFType` wrapper for an SObject type using property notation on the `Salesforce` instance: ```python sf = Salesforce(...) sf.Contact.create(...) sf.Contact.update(...) ``` I...

I was looking for a terraform glyph, which I found in the [Nerd Fonts cheat sheet](https://www.nerdfonts.com/cheat-sheet). However, when I open the SF Mono Nerd Font in the Font Book app...

In looking at this project, I wanted to understand how a SinkTask affects Kafka's "at least once" message delivery semantics. The `SinkTask.put` javadoc states: > If this operation fails, the...