-
Consider the following task:
``` js
gulp.task('sass', function () {
return gulp
.src('./assets/stylesheets/*.sass')
.pipe(glob())
.pipe(sass())
.pipe(gulp.dest(output));
});
```
An…
-
Currently `tarantoolctl restart instance` does separate stop and start actions.
Since Tarantool supports having failover instances, it would be great to have the restart action do the following ins…
-
:stat() for index return empty array
* OS: CentOS Linux release 7.9.2009 (Core)
```
Tarantool 2.7.3-0-gdddf926
Target: Linux-x86_64-RelWithDebInfo
Build options: cmake . -DCMAKE_INSTALL_PREFI…
-
Reported by: **[xokaiox](https://launchpad.net/~xokaiox)**
Date: 2021-02-14T23:27:06Z
Status: New
Importance: Critical
Launchpad Issue: [lp1915667](https://bugs.launchpad.net/bugs/1915667)
---
I've …
-
First of all thank you for this wonderful library!
### Version
```
> cargo tree | grep bon
├── bon v3.0.0
│ ├── bon-macros v3.0.0 (proc-macro)
```
### Description
The following doesn…
-
Hi,
When I pass the seemingly valid string to Slack::Notifier:
```"*On http://localhost:3001/*\n\n*David Cameron's membership has been rejected by Duncan Stuart*\n\n*Rejection Notes*\n\nUnsucces…
-
-
### Actual behaviour
the playlists are always empty, including favourites
### Expected behaviour
should be able to add songs to them!
### Steps to reproduce
1. create playlist
2. add song
…
-
Reported by: **[bronxio](https://launchpad.net/~bronxio)**
Date: 2017-09-29T14:42:44Z
Status: New
Importance: Wishlist
Launchpad Issue: [lp1720385](https://bugs.launchpad.net/bugs/1720385)
Tags: gui, …
-
Many, many band and group names are in the form "The _________". Some music player software chooses to "ignore" the word "The" at the start of any artist name, so, for example, "The Band" would show u…