I hereby claim:
- I am jlccaires on github.
- I am jlccaires (https://keybase.io/jlccaires) on keybase.
- I have a public key ASDMGPAqNxx6cnYHTtGC3xRX-yBqIO94BE1bmKs2Z5ze-wo
To claim this, I am signing this object:
fun main() { | |
Observable.create<String> { | |
while (true) { | |
if (it.isDisposed) break | |
val input = readLine() | |
if (input == null || input == "e") { | |
it.onError(Exception()) | |
continue | |
} |
I hereby claim:
To claim this, I am signing this object:
<template> | |
<b-modal :active="true" :onCancel="close"> | |
<div class="modal-card"> | |
<section class="modal-card-body"> | |
<nav class="level"> | |
<div class="level-left"> | |
<el-tooltip v-if="errorFiles.length" placement="bottom" effect="light"> | |
<div slot="content"> | |
<div> | |
Alguns arquivos não puderam ser enviados: |