Skip to content

Framework

A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.

Here are 7,410 public repositories matching this topic...

simonhermann
simonhermann commented Jun 25, 2019

What problem does this feature solve?

I just spent way too long debugging something really weird until I realized I accidentally wrote :v-if instead of v-if.

A warning when wrongly using shorthands like : on "native" vue attributes could prevent this bad experience easily.

What does the proposed API look like?

:v-if="foo"

--> console.warn("You specified v-bind:/ v-on:

wildjcrt
wildjcrt commented Aug 7, 2019

Steps to reproduce

According to PR rails/rails#25337, there is a table list AR::Dirty methods changed. It marked DEPRECATION WARNING at 5.1 and old methods were removed at 5.2 (020abadf047997cb3df18a59d210dfe4406cf166). Since there are many public APIs changing, it would be better to add back in 5.2 and put a hint in 6.0 release notes.

I copied the changing table fr

michael-simons
michael-simons commented Jul 11, 2019

Given a scenario with a ReactiveTransactionManager in the context, I expected methods annotated with @Transactional handled by this transaction manager.

However, only methods exposing some sort of reactive API (Flux, Mono and related) are handled via TransactionAspectSupport.

So given a component like

static class Foobar {

	@Transactional
	public void boom() {

	}
symfony
toonvdn
toonvdn commented Aug 15, 2019

A big advantage of using the AWS SDK - if installed - is that no credentials need to be recorded in the environment variables when the application is installed on AWS infrastructure, and a so-called Instance Profile is setup for the EC2 infrastructure being used.

The AWS SDK can work with credentials, but default to the Instance Profile to determine the available permissions, as set in the IAM

samcoenen
samcoenen commented Mar 11, 2019

Looks closely related to #779

I'm submitting a...


[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Middleware is being called for every endpoint a request route could potentially match.

iris
BreathYu
BreathYu commented Sep 26, 2018

Hey again Our developers are developed by Aiarron of the frontend developer, Desmond and ZRothschild and Yusn of the backend developer. We have jointly developed the Go Web Iris Chinese community using the go Iris framework.

And for https://docs.iris-go.com/ this document is translated from English to Chinese, and we will also translate other documents and promote it in the go development commu

villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

sanic
isiahmeadows
isiahmeadows commented Sep 23, 2019

Currently, we have a "deprecated" banner on all v0.2.x stuff. I feel I could easily hack together thing where I could append a quick script to each the archived pages' bodies for a better, more informative, more useful banner. Wouldn't have to be much - I'd just use a couple simple elements to configure:

  • <script src="/static/warn-outdated.js"></script> - This loads the warning label this at
PowerMogli
PowerMogli commented Sep 9, 2019

We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:

this.passport.use('apikey', new Strategy(verifier));
// and
app.configure(apikey({ header: config.apiKey.header }));

Is there any documentation how to setup a custom (api-key) authentic

Learn about framework

Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.