chapati

Results 13 issues of chapati

Followed the README, and it doesn't work for me, here's the problem: **Link to failing job:** https://github.com/chapati23/hello-github-actions/pull/4/checks#step:3:7 My job code is as follows: ```yml jobs: slack-notifier: runs-on: ubuntu-latest steps: -...

My Module: ```js // ./App/Services/MyBridge import { NativeModules } from 'react-native' export const MyBridge = NativeModules.MyBridge export default MyBridge ``` My Mock: ```js // ./testSetup.js mockery.enable() mockery.registerAllowable('./App/Services/MyBridge', { nativeCall: ()...

What I really loved about merbjedi's sprite gem was that it could output sass mixins (https://github.com/merbjedi/sprite/) which enabled you to add images via :before or :after pseudo-elements. you could just...

Feature Request

hi 🙂 the currently released npm package is missing the `runOnCompile: boolean` config option, which is causing typescript errors:

as this is only a two-line change, I created this quick PR fixes #9

in my coffeelint grunt-task i'd like to setup custom rules. so far, i have found no way to make this happen unfortunately :(

Neovim has a neat terminal emulator. If you call `:terminal` then the active buffer will turn into a terminal buffer => https://neovim.io/doc/user/nvim_terminal_emulator.html Don't know enough about the inner workings of...

Hey man, been playing around with babel7 in this repo some more and ran into an issue that we had [solved already](https://github.com/faceyspacey/react-universal-component/issues/28). Could be an error with `babel-plugin-universal-import` (?) ##...

### Description This PR updates the setup to babel 7 (@^7.0.0-beta.40, to be precise). The one thing I noticed is that on the "Admin" page there are two alerts for...

hey, I can't get prefixfree to work properly in safari (Version 6.0.3 8536.28.10). I have a rails 3.2 application on heroku using the asset pipeline. a gem called 'asset_sync' serves...