Cedric Beust
Cedric Beust
Instead of just having `ans` for the last answer, why not memorize all the answers: cork> 10+2 $0: 12 cork> 3+$0 $1: 15
I'd like to be able to specify multiple output formats, e.g. set of hex bin dec so that each answer is displayed in these radixes: cork> 10+2 0xb 0b1011 12...
Getting the following when trying to launch a debug configuration: ``` com.intellij.openapi.extensions.impl.PicoPluginExtensionInitializationException: com.beust.kobalt.intellij.execution.KobaltRunConfigurationProducer has unsatisfied dependency: class com.beust.kobalt.intellij.execution.KobaltExternalTaskConfigurationType among unsatisfiable dependencies: [[class com.beust.kobalt.intellij.execution.KobaltExternalTaskConfigurationType]] where DefaultPicoContainer (root) was the leaf container...
I thought that was fixed some time ago but apparently not. I recently had a syntax error in my `Build.kt` and syncing my project would simply abort very quickly with...
Since we're deprecating the Sync Build File action, it would be nice to get this shortcut back on the sync icon in the tool window. /cc @dmitry-zhuravlev
Courtesy of @pfn: - plaid - viewserver + sample - topeka - iosched - forkhub
e.g. ``` resValue "string", "app_name", "Material Player" ```
I am using a Javascript package that has images. The web-view documentation says to use `inline-assets` to package those but since it's an npm process, I'm not quite sure how...
``` Compiling termion v1.5.6 error[E0433]: failed to resolve: unresolved import --> C:\Users\cedri\.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\lib.rs:24:9 | 24 | pub use sys::size::terminal_size; | ^^^ | | | unresolved import | help: a similar path...
It would be helpful to have a branch of iced_aw that's ported to iced 0.13.