Hasan Yousef

Results 5 issues of Hasan Yousef

I tried to replicate the solution of [issue# 121](https://github.com/dgrunwald/rust-cpython/issues/121), with a module that does not have a function but stuck, I understood if there is a function with no argument,...

I've the below code, route "/" and "/bye" are working fine, but route "login" given blank page once!! ``` package blog import kotlinx.html.* import kotlinx.html.stream.* // for createHTML import org.jetbrains.ktor.application.*...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.29.0 x64 **Electron**: 2.0.5 **OS**: Mac OS X 10.13.6 **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.7.3 ### Stack Trace Uncaught TypeError: Cannot read...

I've my app working fine, once I imported `azadev.kotlin` It gave me error build My full code is a s below: Main.kt: ``` import azadev.kotlin.css.Stylesheet import azadev.kotlin.css.color import azadev.kotlin.css.dimens.px import...

I got the below error while working with Julia 1.0: > julia> using DevTools, Gadfly > [ Info: Precompiling DevTools [082c7d84-56a0-51bd-aacd-d765ef067c4e] > ERROR: LoadError: ArgumentError: Package DevTools does not have...