Kenneth Cochran

Results 12 issues of Kenneth Cochran

It would be nice to be able to run code when chaos is injected (by any of the simmy injection policies). Example use-case: ``` var chaosExceptionPolicy = MonkeyPolicy .InjectExceptionAsync(with =>...

up-for-grabs
feature

This library would be much more useful to me if we were to separate the concept of converting to/from ini format from reading/writing files - since really these are separate...

On OSX using Clang, I get errors about long long not being a supported datatype in ansi C. I am building through the following process ```bash git clone https://github.com/DaveGamble/cJSON cd...

## Details Example app: ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return...

severe: performance
platform-mac
a: desktop
perf: energy
has reproducible steps
P4
found in release: 3.3
found in release: 3.7

Script to reproduce: ```sql /* Instructions to use this stored procedure: exec stored_procedure arg1, arg2 go */ create procedure stored_procedure -- etc ``` Sometimes there may be a go within...

When I run `rails g polymer:install` it creates the app/assets/components and vendor/assets/components directories, but does not add `//= require webcomponentsjs/webcomponents-loader` to the application.json, as the readme states it should. This...

## Description When a method has been asynchronized, it will spawn and return a thread even if it has an invalid number of arguments. This is caused because the newly...

## Description Pry needs. a valid source_location on a method in order to find source location for the class. The way we're currently redefining the methods removes that. A possible...

It would be nice if we could customize the name of the generated interface.