loopback
Here are 503 public repositories matching this topic...
Feature request
- Feature request
Description of feature (or steps to reproduce if bug)
Currently the sample data in Colmena consists of a lot of Lorem Ipsum text.
It would be great if there were a few dummy stories, events and pages so they can be linked to a website.
This should give the user a more interesting experience
Create documentation
What type of issue are you creating?
- Bug
What version of this module are you using?
- Other
Website
Please add a description for your issue:
In the documentation on this page:
https://github.com/mean-expert-official/loopback-sdk-builder/wiki/Architecture
There is a diag
-
Updated
Apr 19, 2019 - JavaScript
What type of issue are you creating?
- [x ] Bug
- Enhancement
- Question
What version of this module are you using?
- 2.1.0-beta.n (2.1 Beta n)
- [x ] Other
Write other if any: The version in the master branch
Please add a description for your issue: Readme's documentation link, given in the section https://github.com/mean-expert
If the playback state of the stream is Paused, calling ChannelGetLevelLeft and ChannelGetLevelRight will return 65535 and -1 respectively.
Calling code:
https://github.com/ppy/osu-framework/blob/1b479fb947da193f099df062f696b3a6164da9e0/osu.Framework/Audio/Track/TrackBass.cs#L105
-
Updated
May 5, 2020
-
Updated
May 16, 2020 - TypeScript
if (ctx.options.skipAccess) {
debug('skipAccess: true - skipping access filters');
return next();
}
// Do not filter if the request is being made against a single model instance.
if (_get(ctx.query, 'where.id')) {
debug('looking up by Id - skipping access filters');
return next();
}These two access bypass mechanisms are undocumented and could expose data to unauthorise
-
Updated
Nov 28, 2018 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
For others demo'ing Acme Freight, we need a clear enablement guide.
- Start with logistics wizard walkthrough and modify to fit Acme Freight.
- Make available on github.com/ibm/acme-freight wiki or readme
-
Updated
Aug 23, 2017 - Vue
-
Updated
Jul 11, 2017 - JavaScript
-
Updated
May 23, 2017 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
Description/Steps to reproduce
We should add sentry configuration to environment file and create a final middleware for Raven calls.
Expected result
Raven must be called with the correct configuration when an error occurrs.
Additional information
Also, maybe it could be interesting to review the try/catch strategy because, if I'm right, catch calls next() automatically, so it
DropBox Integration
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the loopback topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loopback topic, visit your repo's landing page and select "manage topics."
This is a follow-up issue for #5000 where we moved datasource config from JSON files to TS files and discovered few aspects of the datasource template that can be improved.