Yuriy Pitomets

Results 46 issues of Yuriy Pitomets

How can I store `access_token` customization in `*.el.gpg` file (see: `epa-*` functions)?

With enable _highlight-symbol-mode_ have very bad performance issues on big (~500 lines) files... Cursor freezing all the time!

I have errors like ``` Severity: DsError Message: haskell-language-server: could not execute: hspec-discover ``` when run `haskell-language-server`. I guess the reason is because `hspec-discover` in `package.yaml:tests:build-tools:`, and so installed by...

Hi, I have shared setting for build info like: ```scala lazy val buildInfoSettingsNamed: String => SettingsDefinition = info => Seq( buildInfoPackage := "com.package.info", buildInfoObject := info, buildInfoOptions += BuildInfoOption.BuildTime, buildInfoOptions...

```hs Type { field , field2 :: Int } -- but Type { field , field2 :: Int } deriving Generics [ a , b , c ] -- but...

Hello there. I write an kStream consumer (connector). So I don't need the builder's output here. Just run it like `KafkaStreams.start()` does. Can it be added? Something simple, just like...

With row-types it's possible to pass some named parameters to function. But what about partial application? Would it make sense to implement `.->` type indexed by parameter name? `"Int .->...

I use custom view for loading view case ```objc - (UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView { if (! self.viewModel.loading) { return nil; } UIActivityIndicatorView *activityView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle: UIActivityIndicatorViewStyleWhiteLarge]; [activityView startAnimating];...

Hello, not sure, where to ask, so created an issue here. So, I have such output from dune for `runtest` on local: ![Screenshot from 2019-04-18 16-00-57](https://user-images.githubusercontent.com/2434691/56362713-35daf500-61f3-11e9-9a32-a3db01de6502.png) And here you can...

It's a feature request. Is it hard to implement another few fields for recipes like `:when-system` and `:when-executable`? And implement it like this: ``` elisp (when (executable-find "ghc") ...) ```...

feature-request