The Wayback Machine - https://web.archive.org/web/20191003025108/https://github.com/topics/framework
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more

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,368 public repositories matching this topic...

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() {

	}
emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

symfony
steevanb
steevanb commented Sep 27, 2019

Description
When we want to configure an option in OptionsResolver, we have a code like this one:

$optionsResolver
    ->setDefined('foo')
    ->setAllowedTypes('foo', ['string'])
    ->setAllowedValues('foo', ['bar', 'baz'])
    ->setRequired('foo');

We have to duplicate option name and call 4 or 5 methods for each option to configure.

With only one option, it's reada

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.

dminkovsky
dminkovsky commented Jul 22, 2019

Do you want to request a feature or report a bug?

Bug (documentation)

What's the current behavior?

I'm very new to Slate, and wrote some code like this:

export default function Test() {
    const [value, setValue] = useState(
        Value.fromJSON(bl
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
samuelthompson189
samuelthompson189 commented Jul 10, 2018

Are there any guides or examples of feathers being used with AWS lamda? I am wanting to go totally serverless but most of the examples and the CLI tool use an express http server.

Could you point me in the right direction?

Thanks

Learn about framework

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