Alex

Results 128 issues of Alex
trafficstars

Having type data constructors imported: ```purs import Data.Maybe (Maybe(..)) import Data.Maybe as Maybe ``` If to use just imported constructors without a namespace (`Just`, `Nothing`) one cannot go to definition,...

bug
external

I"m using `mhart/alpine-node` images: If add ``` RUN apk add --no-cache curl RUN curl -Ls "https://github.com/dustinblackman/phantomized/releases/download/2.1.1/dockerized-phantomjs.tar.gz" | tar xz -C / ``` After this container's cli history (showing previous command...

https://www.vesti.ru/hitech/article/3901832 РКН заблокировал сайты 8 хостинг-провайдеров в рамках закона "о приземлении"

Steal need to be able to build shared packages for several applications like in old steal: `app1`, `app2`: `app1.js, app2.js, app1-app2.js`

documentation
multi-main

I have the following structure ``` /assets /img /image1.png /styles /some-style.less /dist /bundles /result.css ``` `some-style.less` contains url: ``` less background-image: url(../assets/img/image1.png) ``` after build with `bundlesPath == 'dist/bundles'` in...

documentation

To adress this issue https://github.com/bitovi/steal-tools/issues/124 it would good to have an option (via meta option) of packing global scripts in bundle as they are (just script code) without wrapping them...

feature

Example of grunt task config: ``` javascript config.stealBuild.mobile = { options: { system: { config: __dirname + "/stealconfig.mobile.js", main: "mobile/mobile", bundlesPath: 'mobile/dist/www/assets', }, buildOptions: { bundleSteal: true } } }...

`adjust` now can modify a date by the number of Days, adjusting by Months and Years is not actually the same as adding some easily calculable number of days. Should...

status: needs more info

It is not clarified in docs what is the purpose of `Data.Interval` and `Data.Interval.Duration`, in what cases it is supposed to used by design?

type: documentation

There is a `trim`, but no `trimStart/trimEnd` (trimLeft/trimRight). Is implementing it each time with some `countPrefix` or `regEx` should be an option?

type: enhancement