sm2017

Results 72 issues of sm2017

I have use case similar to https://github.com/onury/accesscontrol/issues/31 I don't want expose all roles and action to client , just roles and actions that granted In the following ```js ac.grant('user').read('profile', ['*',...

feature request

Please add WPF template

What is the recommended way to export large file? ```js export async function export(ctx: koa.Context) { ctx.response.attachment("report.xlsx") ctx.status = 200 const workbook = new Excel.Workbook() const worksheet = workbook.addWorksheet("report") worksheet.columns...

I am using latest version of `flutter_image_cropper` a flutter wrapper of `uCrop`, I have an issue with compression https://github.com/hnvn/flutter_image_cropper/issues/161 1- Select a large 1:1 image (More than 500KB) 2- In...

I understand that when no corp is needed , Compression is skipped For example , We have a 1:1 image (720x720) and in crop page , We don't edit image...

@muaz-khan How can I record m4a file? I tried `audio/mp4` and `audio/mp4;codecs=aac` and `audio/mp4; codecs=aac` but chrome records as `video/webm`

How can I expose external port? I want appserver exposes port 80 and `myapp.lndo.site:8888` route the request into Lando at `appserver:80`.

I have followed docs and [youtube](https://www.youtube.com/watch?v=n9ypNf2LP9A) to install lando on ubuntu When I run `lando start` I have the following output ``` lando start Let's get this party started! Starting...

I am using xcode 11 and cannot run app with react-native-video-processing More info at https://github.com/shahen94/react-native-video-processing/issues/207#issuecomment-534452583

``` # add to postgresql.conf: shared_preload_libraries = 'pg_cron' cron.database_name = 'postgres' ``` How can I use pg_cron for multiple database , Assume I have `foo` and `bar` databases