I hereby claim:
- I am sibartlett on github.
- I am sibartlett (https://keybase.io/sibartlett) on keybase.
- I have a public key whose fingerprint is C45E CD00 58C9 5B47 E180 D134 089B BEA3 47E9 7B5C
To claim this, I am signing this object:
blueprint: | |
name: Frigate Notification (0.10.0) (toddrob99) | |
description: | | |
## Frigate Mobile App Notification | |
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but include an actionable notification allowing you to view the clip and snapshot. | |
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1]. | |
### Software Version Requirements |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions | |
// - XState (all XState exports) |
{ | |
"name": "_", | |
"devDependencies": { | |
"babel-core": "^6.17.0", | |
"babel-eslint": "^7.0.0", | |
"babel-loader": "^6.2.4", | |
"babel-plugin-react-transform": "^2.0.2", | |
"babel-plugin-transform-es2015-classes": "^6.9.0", | |
"babel-preset-es2015": "^6.9.0", | |
"babel-preset-react": "^6.5.0", |
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using Lucene.Net.Documents; | |
using Lucene.Net.Spatial.Prefix; | |
using Lucene.Net.Spatial.Prefix.Tree; | |
using Lucene.Net.Spatial.Queries; | |
using Lucene.Net.Support; | |
using NUnit.Framework; |
NSArray *results = [Employee findAllInContext:self.managedObjectContext]; |
using System.Linq; | |
using System.Reflection; | |
using FluentNHibernate.Conventions; | |
using FluentNHibernate.Conventions.Instances; | |
using FluentNHibernate.MappingModel; | |
using FluentNHibernate.MappingModel.ClassBased; | |
using FluentNHibernate.MappingModel.Collections; | |
public class ForeignKeyConstraintNameConvention : IClassConvention, ISubclassConvention, IJoinedSubclassConvention | |
{ |
public class ExampleController : Controller | |
{ | |
public ActionResult Register(UserRegistrationDTO dto, [Inject] ISession session, [Inject("THIS-IS-A-KEY")] UserCreateCommand command) | |
{ | |
... | |
} | |
} | |
public class IocMvcModelBinder : IModelBinder | |
{ |